On this page
AesGcmParams
interface AesGcmParams extends Algorithm {
additionalData?: BufferSource;
iv: BufferSource;
tagLength?: number;
}
Extends
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/AesGcmParams