WebIDLpedia

KmacParams dictionary

Definition

Modern Algorithms in the Web Cryptography API defines KmacParams



dictionary KmacParams : Algorithm {
  required [EnforceRange] unsigned long outputLength;
  BufferSource customization;
};