Skip to main content
Go to Latest
function verifyOneShot
import { verifyOneShot } from "https://deno.land/std@0.147.0/node/internal/crypto/sig.ts";

Parameters

algorithm: string | null | undefined
data: ArrayBufferView
signature: ArrayBufferView

Returns

boolean

Parameters

algorithm: string | null | undefined
data: ArrayBufferView
signature: ArrayBufferView
callback: (error: Error | null, result: boolean) => void

Parameters

_algorithm: string | null | undefined
_data: ArrayBufferView
_signature: ArrayBufferView
optional
_callback: (error: Error | null, result: boolean) => void

Returns

boolean | void