import { verifyUsingBytes } from "https://deno.land/x/dtils@2.0.0/mod.ts";
Verifies that signature
is from the EC private key corresponding to publicKey
. Function will error if publicKey
is not an EC public key
import { verifyUsingBytes } from "https://deno.land/x/dtils@2.0.0/mod.ts";
Verifies that signature
is from the EC private key corresponding to publicKey
. Function will error if publicKey
is not an EC public key