- Update dependencies
- Update Readme
- Update
asn1lib
dependency to ^1.5.0 and fix the resulting lint warnings
- Add
KeypairFactory
,RSAKeypairFactory
andECKeypairFactory
- Update dependencies
- Update Example Doc
- Minor Bugfixes
- Update dependencies
- Update dependencies
- Update dependencies
- Update Code Format
- Update Tests
- Migrate to support null safety
- Update deprecated PointyCastle features
- Update dependencies
- Update tests
- Insure backwards compatibility of
RSAPrivateKey.createSignature
andRSAPublicKey.verifySignature
- Update dependencies
- Add RSA key formatting
- Add SHA-512 signing and verification
- Fix RSA encryption/decryption
- Insure backwards compatibility Thank you jld3103 for contributing
- The length of the RSAPrivateKey is now adjustable thanks to melewetwo
- Added more documentation
- Update dependencies
- Add toPem and fromPem to RSAPublicKey
- Add toPem and fromPem to RSAPrivateKey
- Update dependencies
- Add more Documentation and fix a small bug
- Styled Code using new Guidelines
- Fixed Typos in README
- Add Documentation
- Add Documentation
- Update README, Ready for Version 1.0.0
- Update Code Format
- Add ECKeypair with Random Key-generation
- Add ECSignature creation and Signature validation
- Update Code Format
- Add Example overview
- Add RSAKeypair with Random Key-generation
- Add RSASignature creation and Signature validation
- Add encryption using RSA