Definition
Web Cryptography API Level 2 defines HkdfParams
dictionary HkdfParams : Algorithm {
required HashAlgorithmIdentifier hash;
required BufferSource salt;
required BufferSource info;
};
HkdfParams
dictionaryWeb Cryptography API Level 2 defines HkdfParams
dictionary HkdfParams : Algorithm {
required HashAlgorithmIdentifier hash;
required BufferSource salt;
required BufferSource info;
};