Skip to content

Commit

Permalink
Merge pull request #387 from ga4gh/issue-386
Browse files Browse the repository at this point in the history
386: revise base64url description
  • Loading branch information
ahwagner authored Mar 28, 2022
2 parents 8bba76a + 0b0c880 commit 8cde64e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ python-jsonschema-objects>=0.3,<=0.3.10
jsonschema==3.2.0
ipython
pyyaml
ga4gh.gks.metaschema>=0.1.1
ga4gh.gks.metaschema>=0.1.1
sphinx ~= 3.5
2 changes: 1 addition & 1 deletion docs/source/impl-guide/computed_identifiers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Truncated Digest (sha512t24u)
The sha512t24u truncated digest algorithm [Hart2020]_ computes an ASCII digest
from binary data. The method uses two well-established standard
algorithms, the `SHA-512`_ hash function, which generates a binary
digest from binary data, and `Base64`_ URL encoding, which encodes
digest from binary data, and a URL-safe variant of `Base64`_ encoding, which encodes
binary data using printable characters.

Computing the sha512t24u truncated digest for binary data consists of
Expand Down
3 changes: 2 additions & 1 deletion docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinx ~= 3.5
sphinx ~= 3.5
jinja2 == 3.0.3

0 comments on commit 8cde64e

Please sign in to comment.