diff options
Diffstat (limited to 'core/encoding/base32/doc.odin')
| -rw-r--r-- | core/encoding/base32/doc.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/encoding/base32/doc.odin b/core/encoding/base32/doc.odin new file mode 100644 index 000000000..8d6f57c88 --- /dev/null +++ b/core/encoding/base32/doc.odin @@ -0,0 +1,2 @@ +// package base32 implements Base32 encoding/decoding, as specified in RFC 4648. +package encoding_base32
\ No newline at end of file |