Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 767 Bytes

CHANGELOG.md

File metadata and controls

61 lines (35 loc) · 767 Bytes

3.0.8

  • CTR block mode support

3.0.7

  • Uint8ListBigInt.toHex is endian aware

3.0.6

  • Little endian support for byte to BigInt conversion.

Breaking change:

  • Uint8ListBigInt.asBigInt is converted from getter to method

3.0.5

  • Added DigestSink

3.0.4

Breaking changes

  • Changed toHex from getter to function. Now it allows requesting for fixed length hex string.

3.0.3

  • RIPEMD160 hash

3.0.2

  • Null safety

3.0.1

  • Fixed typo bug for default oaepPadder for RSAPublicKey.encryptOaep method

3.0.0

  • Simpler and elegant API
  • OAEP encryption
  • PKCS1V15 encryption
  • RSASSA-PSS sign
  • RSASSA-PKCS1-V1_5 sign

2.0.1

  • Pub publish fixes

2.0.0

  • Port to Dart 2.0.0

1.0.0

  • Architecture
  • Added
    • AES
    • RSA