WebIDLpedia

EcdsaParams dictionary

Definition

Web Cryptography API defines EcdsaParams



dictionary EcdsaParams : Algorithm {
  required HashAlgorithmIdentifier hash;
};