Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

386: revise base64url description #387

Merged
merged 6 commits into from
Mar 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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