Definition
Modern Algorithms in the Web Cryptography API defines AeadParams
dictionary AeadParams : Algorithm {
required BufferSource iv;
BufferSource additionalData;
[EnforceRange] octet tagLength;
};
AeadParams
dictionaryModern Algorithms in the Web Cryptography API defines AeadParams
dictionary AeadParams : Algorithm {
required BufferSource iv;
BufferSource additionalData;
[EnforceRange] octet tagLength;
};