Link doc lines to source specifications.

This commit is contained in:
Jeroen van Rijn
2025-10-10 18:29:52 +02:00
parent 998fbdc5c0
commit 236111864e
6 changed files with 7 additions and 10 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
/*
`Base32` encoding and decoding, as specified in `RFC 4648`.
[[ RFC 4648; https://www.rfc-editor.org/rfc/rfc4648.html ]]
`Base32` encoding and decoding, as specified in [[ RFC 4648; https://www.rfc-editor.org/rfc/rfc4648.html ]].
A secondary param can be used to supply a custom alphabet to `encode` and a matching decoding table to `decode`.