Skip to main content
CipherGCMOptions - crypto - Node documentation
interface CipherGCMOptions
extends [stream.TransformOptions]

Usage in Deno

import { type CipherGCMOptions } from "node:crypto";

Properties

optional
authTagLength: number | undefined