kepler 1.0.3
kepler: ^1.0.3 copied to clipboard
Encrypt and decrypt data using the secp256k1 elliptic curve. This is the High level API build from pointycastle. A fork of secp256k1Cipher.
Changelog #
1.0.3 - 2022-06-11 #
-
- Bumped packages to latest
-
- Added strict linting rules
1.0.2 - 2022-01-25 #
-
- Changed functions to be static methods of class Kepler
-
- Updated pointycastle version to latest
1.0.1 - 2021-08-04 #
-
- Switched flutter_test dev dependency for test dev dependency
-
- Updated pointycastle version to latest
1.0.0 - 2021-07-10 #
-
- Initial release of forked repo.
-
- Migrated codebase to null safety.
-
- Fixed various linting errors and variable names.
-
- Added the ability to seed the key generator.