import { rsaSign } from "https://deno.land/x/somefn@v0.27.0/js/hash.ts";
Sign data with RSA
- only pkcs8
- only RSASSA-PKCS1-v1_5
Parameters
key: { hash: "SHA-256" | "SHA-512"; s: string | Uint8Array; } | CryptoKey
import { rsaSign } from "https://deno.land/x/somefn@v0.27.0/js/hash.ts";
Sign data with RSA