interface CipherGCMOptions
extends [stream.TransformOptions]
Usage
import { type CipherGCMOptions } from "node:crypto";
optional
authTagLength: number | undefined
import { type CipherGCMOptions } from "node:crypto";
authTagLength: number | undefined