aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/base32/doc.odin
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 15:27:53 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 15:27:53 +0200
commitaec7d6480be79bb32c9937ff06ec38baff89e344 (patch)
treef7959db398e1a6f78259a6e73c01097ec29da6d6 /core/encoding/base32/doc.odin
parent153b0de4206773956d0402c880de2ff5254947e4 (diff)
Package lines for base32, move its tests to tests"
Diffstat (limited to 'core/encoding/base32/doc.odin')
-rw-r--r--core/encoding/base32/doc.odin2
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