FlutterEcdsa.p521 constructor
FlutterEcdsa.p521(
- HashAlgorithm hashAlgorithm, {
- String? androidCryptoProvider,
- Ecdsa? fallback,
ECDSA-P521
Implementation
FlutterEcdsa.p521(
this.hashAlgorithm, {
this.androidCryptoProvider,
this.fallback,
}) : keyPairType = KeyPairType.p521,
super.constructor();