Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/endofunctor/components/tokens/types.ts>SignVerifyOptions

Functional web framework for Bun and Deno
Go to Latest
type alias SignVerifyOptions
import { type SignVerifyOptions } from "https://deno.land/x/endofunctor@v0.0661/components/tokens/types.ts";
definition: { seed: string; size?: NumericRange<CreateArrayWithLengthX<20>, 40>; plotter?:
| "SHA-1"
| "SHA-256"
| "SHA-384"
| "SHA-512"
; crcStart?: number; sequence?:
| 1
| 2
| 3
| 4
; expires?: true; }