Skip to content

Commit a335c2b

Browse files
authored
Specify to use multibase representation of the base64url algorithm.
This adds specific instructions on the generate/expand bitstring algorithms to use multibase base64url instead of just base64url to be consistent with the data model section.
1 parent 47e1900 commit a335c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ <h3>Bitstring Generation Algorithm</h3>
11841184
<li>
11851185
Generate a |compressed bitstring| by using the GZIP
11861186
compression algorithm [[RFC1952]] on the |bitstring|
1187-
and then base64url-encoding (with no padding) [[RFC4648]] the result.
1187+
and then Multibase-encode the result using base64url (with no padding) [RFC4648].
11881188
</li>
11891189
<li>
11901190
Return the |compressed bitstring|.
@@ -1209,7 +1209,7 @@ <h3>Bitstring Expansion Algorithm</h3>
12091209
</li>
12101210
<li>
12111211
Generate an |uncompressed bitstring| by using the
1212-
base64url-decoding (with no padding) [[RFC4648]] algorithm on the
1212+
Multibase-decode algorithm on the
12131213
|compressed bitstring| and then expanding the output using
12141214
the GZIP decompression algorithm [[RFC1952]].
12151215
</li>

0 commit comments

Comments
 (0)