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