import { signUsingBytes } from "https://deno.land/x/dtils@2.3.1/encryption.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/encryption.ts>signUsingBytes
import { signUsingBytes } from "https://deno.land/x/dtils@2.3.1/encryption.ts";
Creates a digital signature using an EC private key. Note: function will error if the key passed in is not a private key