FlutterEcdh.p521 constructor

FlutterEcdh.p521({
  1. int length = 32,
  2. String? androidCryptoProvider,
  3. Ecdh? fallback,
})

ECDH-P521

Implementation

FlutterEcdh.p521({
  this.length = 32,
  this.androidCryptoProvider,
  this.fallback,
})  : keyPairType = KeyPairType.p521,
      super.constructor();