import { signUsingBytes } from "https://deno.land/x/dtils@2.4.0/mod.unstable.ts";
Creates a digital signature using an EC private key. Note: function will error if the key passed in is not a private key
x/dtils/mod.unstable.ts>signUsingBytes
import { signUsingBytes } from "https://deno.land/x/dtils@2.4.0/mod.unstable.ts";
Creates a digital signature using an EC private key. Note: function will error if the key passed in is not a private key