eosdart_ecc 0.4.4 eosdart_ecc: ^0.4.4 copied to clipboard
Elliptic curve cryptography functions in Dart. Private Key, Public Key, Signature, AES, Encryption, Decryption
0.4.4 #
- Null safety
0.4.3 #
- Clean up
0.4.2 #
- Support recover public key from signature
0.4.1 #
- Adopt Flutter Web
0.4.0 #
- fix signature bug
0.3.2 #
- fix signature bug
0.3.1 #
- sign method will sign Uint8List
- add signString method which signs String
0.3.0 #
- Support canonical signature
0.2.2 #
- Healthy change
0.2.1 #
- Add CHANGELOG.md
0.2.0 #
- EOSPublicKey, EOSPrivateKey, EOSSignature
- Sign the data
- Verify the signature
0.1.0 #
- Initial version, created by Stagehand