DartEcdsa.p521 constructor

DartEcdsa.p521(
  1. HashAlgorithm hashAlgorithm
)

Implementation

DartEcdsa.p521(HashAlgorithm hashAlgorithm)
    : this._(KeyPairType.p521, hashAlgorithm);