WebIDLpedia

Pbkdf2Params dictionary

Definition

Web Cryptography API defines Pbkdf2Params



dictionary Pbkdf2Params : Algorithm {
  required BufferSource salt;
  required [EnforceRange] unsigned long iterations;
  required HashAlgorithmIdentifier hash;
};