hashlib_codecs 1.2.0
hashlib_codecs: ^1.2.0 copied to clipboard
Fast and error resilient codecs. Currently supporting Binary(Base2), Hexadecimal(Base16), Base32, Base64, BigInt.
1.2.0 #
- Adds BigInt codec support.
- New class:
BigIntCodec - New methods:
fromBigInt,toBigInt - New constant:
bigintLE,bigintBE
- New class:
- Updates documentations.
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