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