secp256r1 0.1.0-dev.8 secp256r1: ^0.1.0-dev.8 copied to clipboard
A Flutter plugin that support secp256r1 by Keystore on Android and Secure Enclave on iOS.
CHANGELOG #
0.1.0-dev.8 #
- Adapt
agent_dart: ^1.0.0-dev.25
.
0.1.0-dev.7 #
- Add
@Synchronized
and retries to Android methods. - Using
BouncyCastleProvider
as the first SecurityProvider.
0.1.0-dev.6 #
- Throw readable stack trace instead of describer on Android.
0.1.0-dev.5 #
- Use
ConscryptProvider
.
0.1.0-dev.4 #
- Make methods static.
0.1.0-dev.3 #
- Support Encryption, Decryption, and Shared Secrets using ECDH.
0.1.0-dev.2 #
- Fix compiling issues on iOS.
0.1.0-dev.1 #
- Support secp256r1 on Android and iOS.