mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 03:10:06 +00:00
Link doc lines to source specifications.
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user