Skip to content

Commit aed0a94

Browse files
committed
Use proper references to Multibase encoding/decoding.
1 parent 71924fa commit aed0a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
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 Multibase-encode the result using base64url (with no padding) [RFC4648].
1187+
and then <a data-cite="?CONTROLLER-DOCUMENT#multibase-0">Multibase-encode</a> the result using base64url (with no padding).
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-
Multibase-decode algorithm on the
1212+
<a data-cite="?CONTROLLER-DOCUMENT#multibase-0">Multibase-decode</a> 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)