- CTR block mode support
- Uint8ListBigInt.toHex is endian aware
- Little endian support for byte to BigInt conversion.
Breaking change:
- Uint8ListBigInt.asBigInt is converted from getter to method
- Added
DigestSink
Breaking changes
- Changed toHex from getter to function. Now it allows requesting for fixed length hex string.
- RIPEMD160 hash
- Null safety
- Fixed typo bug for default oaepPadder for RSAPublicKey.encryptOaep method
- Simpler and elegant API
- OAEP encryption
- PKCS1V15 encryption
- RSASSA-PSS sign
- RSASSA-PKCS1-V1_5 sign
- Pub publish fixes
- Port to Dart 2.0.0
- Architecture
- Added
AES
RSA