secp256k1cipher 0.1.3
secp256k1cipher: ^0.1.3 copied to clipboard
Encrypt and decrypt data use secp256k1, This is the High level API build amount pointycastle, specify Elliptic curve to secp256k1 can simplify the api.
Changelog #
0.1.0 - 2019-06-06 #
- Add example code and this file.
0.1.1 - 2019-06-10 #
-
- sha256 compress the secret length to 32, just fix the salsa20 key langth;
-
- Change IV to base64 string, will be shorter for transport;
0.1.2 - 2019-06-21 #
-
- add uint8list encrypt decrypt support
0.1.3 - 2018-07-02 #
-
- add strict check for point on curve
-
- fix bug's on serialization of public key