DartEcdsa.p521 constructor

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

Implementation

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