DartEcdsa.p384 constructor

DartEcdsa.p384(
  1. HashAlgorithm hashAlgorithm
)

Implementation

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