A factory used by Ecdh.p384.
@override Ecdh ecdhP384({required int length}) { return DartEcdh.p384( random: _random, ); }