WebIDLpedia

HkdfParams dictionary

Definition

Web Cryptography API Level 2 defines HkdfParams



dictionary HkdfParams : Algorithm {
  required HashAlgorithmIdentifier hash;
  required BufferSource salt;
  required BufferSource info;
};