hashlib_codecs 1.1.1
hashlib_codecs: ^1.1.1 copied to clipboard
Fast and error resilient codecs. Currently supporting Binary(Base2), Hexadecimal(Base16), Base32 and Base64.
1.1.1 #
- Update project description
1.1.0 #
- Fixes padding issues with
base2
andbase16
- In
toBase32
, uses the parameterlower
replacingupper
. - Transfers
fromBase64Url
tofromBase64
with extended alphabet. - Transfers
toBase64Url
totoBase64
with optionalurl
parameter. - Improves documentation
1.0.0 #
- First release