- REFACTOR: remove dependency on quiver.
- FIX: return null instead of throwning when seeing an uknown curve/key type...
- REFACTOR: use OAEPEncoding.withSHA256 implementation from pointycastle. (00510d2e)
- REFACTOR: use ECCurve_secp256k1 implementation of pointycastle. (fa323419)
- FIX: A256GCM-encrypted content produced by this package not always decrypted correctly by other tools (pull request #10 of tallinn1960). (45d65b35)
- FIX: add missing ES256K algorithm to list of supported algorithms (pull request #11 from muhammadsaddamnur). (c7e32c67)
- It is now a static error to pass a nullable algorithm parameter to
createVerifier
andcreateSigner
- Port to null-safety
- Upgraded dependency to Pointy Castle's new 2.0.0 release.
- Added support for P-256K curve
- Added RSAES-OAEP-256
- Generate assymetric key pairs
- Fix for running on web
- Added RSAES-OAEP
- Initial version