Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias SignVerifyOptions
import { type SignVerifyOptions } from "https://deno.land/x/endofunctor@v0.0.2.1/components/signer/types.ts";
definition: { seed: string; size?:
| 8
| 16
| 24
| 32
| 40
| 48
| 56
| 64
; plotter?:
| "SHA-1"
| "SHA-256"
| "SHA-384"
| "SHA-512"
; crcStart?: number; sequence?:
| 2
| 1
| 0.5
| 0.25
; }