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
base2andbase16 - In
toBase32, uses the parameterlowerreplacingupper. - Transfers
fromBase64UrltofromBase64with extended alphabet. - Transfers
toBase64UrltotoBase64with optionalurlparameter. - Improves documentation
1.0.0 #
- First release