Ecdh.p384 constructor
Ecdh.p384({
- required int length,
ECDH using P-384 (secp384r1 / prime384v1) elliptic curve.
For usage, see Ecdh class documentation.
Implementation
factory Ecdh.p384({required int length}) {
return Cryptography.instance.ecdhP384(length: length);
}