WebIDLpedia

Pbkdf2Params dictionary

Definition

Web Cryptography API Level 2 defines Pbkdf2Params



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