DartEcdsa.p384 constructor

DartEcdsa.p384(
  1. HashAlgorithm hashAlgorithm, {
  2. Random? random,
})

Implementation

DartEcdsa.p384(
  HashAlgorithm hashAlgorithm, {
  Random? random,
}) : this._(
        KeyPairType.p384,
        hashAlgorithm,
        random: random,
      );