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