Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 234 Bytes

File metadata and controls

6 lines (5 loc) · 234 Bytes

1.0.0

  • Initial release of the base32_codec package.
  • Supports RFC 4648, RFC 4648 "Hex", and Crockford's Base32 alphabets.
  • Provides a Codec-based API for synchronous and asynchronous (stream-based) encoding and decoding.