WebIDLpedia

EcdsaParams dictionary

Definition

Web Cryptography API Level 2 defines EcdsaParams



dictionary EcdsaParams : Algorithm {
  required HashAlgorithmIdentifier hash;
};