WebIDLpedia

CShakeParams dictionary

Definition

Modern Algorithms in the Web Cryptography API defines CShakeParams



dictionary CShakeParams : Algorithm {
  required [EnforceRange] unsigned long length;
  BufferSource functionName;
  BufferSource customization;
};