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
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