hashlib_codecs 1.2.0 copy "hashlib_codecs: ^1.2.0" to clipboard
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
  • Updates documentations.

1.1.1 #

  • Update project description

1.1.0 #

  • Fixes padding issues with base2 and base16
  • In toBase32, uses the parameter lower replacing upper.
  • Transfers fromBase64Url to fromBase64 with extended alphabet.
  • Transfers toBase64Url to toBase64 with optional url parameter.
  • Improves documentation

1.0.0 #

  • First release
2
likes
160
points
14.9k
downloads

Publisher

verified publisherbitanon.dev

Weekly Downloads

Fast and error resilient codecs. Currently supporting Binary(Base2), Hexadecimal(Base16), Base32, Base64, BigInt.

Repository (GitHub)

Documentation

API reference

Funding

Consider supporting this project:

paypal.me

License

BSD-3-Clause (license)

More

Packages that depend on hashlib_codecs