base32codec 1.0.0 copy "base32codec: ^1.0.0" to clipboard
base32codec: ^1.0.0 copied to clipboard

Dart 1 only

An idiomatic implementation of the Base32 encoding.

base32codec #

A Base32 codec using idiomatic dart.

The Base32Encoder and Base32Decoder class extends the Converter class, there's a Base32Codec class that extends the Codec class quite similar how Base64 encoding was implemented in dart:convert.

There's a base32 constant that can be used for encoding and decoding.

0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

An idiomatic implementation of the Base32 encoding.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on base32codec