EcdsaParams constructor

EcdsaParams({
  1. HashAlgorithmIdentifier? hash,
  2. String? name,
})

Implementation

factory EcdsaParams({
  _i3.HashAlgorithmIdentifier? hash,
  _i2.String? name,
}) =>
    EcdsaParams._(
      hash: hash ?? _i6.undefined,
      name: name,
    );