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