diff --git a/index.html b/index.html
index 3cc2554..2dac73b 100644
--- a/index.html
+++ b/index.html
@@ -1184,7 +1184,7 @@
Bitstring Generation Algorithm
Generate a |compressed bitstring| by using the GZIP
compression algorithm [[RFC1952]] on the |bitstring|
-and then base64url-encoding (with no padding) [[RFC4648]] the result.
+and then Multibase-encode the result using base64url (with no padding).
Return the |compressed bitstring|.
@@ -1209,7 +1209,7 @@ Bitstring Expansion Algorithm
Generate an |uncompressed bitstring| by using the
-base64url-decoding (with no padding) [[RFC4648]] algorithm on the
+Multibase-decode algorithm on the
|compressed bitstring| and then expanding the output using
the GZIP decompression algorithm [[RFC1952]].