import { verify } from "https://deno.land/x/dtils@2.6.0/encryption.ts";
Verifies that signature
is from the EC private key corresponding to publicKey
. Function will error if publicKey
is not a base64 encoded EC public key
import { verify } from "https://deno.land/x/dtils@2.6.0/encryption.ts";
Verifies that signature
is from the EC private key corresponding to publicKey
. Function will error if publicKey
is not a base64 encoded EC public key