Skip to content

skawa-universe/base32codec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An idiomatic implementation of the Base32 encoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages