Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface SigningOptions
import { type SigningOptions } from "https://deno.land/std@0.156.0/node/internal/crypto/sig.ts";

Properties

optional
padding: number | undefined
optional
saltLength: number | undefined
optional
dsaEncoding: DSAEncoding | undefined