Ecdh.p521 constructor
Ecdh.p521({
- required int length,
ECDH using P-521 (secp521r1 / prime521v1) elliptic curve.
For usage, see Ecdh class documentation.
Implementation
factory Ecdh.p521({required int length}) {
return Cryptography.instance.ecdhP521(length: length);
}