Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface CipherGCMOptions
implements TransformOptions
Re-export
import { type CipherGCMOptions } from "https://deno.land/std@0.166.0/node/crypto.ts";

Properties

optional
authTagLength: number | undefined