Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/god_crypto/src/rsa/rsa_js.ts>PureRSA.sign

Pure Javascript/Typescript Crypto Implementation for Deno. AES, RSA, HMAC, and TOTP
Very Popular
Go to Latest
method PureRSA.sign
import { PureRSA } from "https://deno.land/x/god_crypto@v1.4.10/src/rsa/rsa_js.ts";

Parameters

key: RSAKey
message: Uint8Array
options: RSASignOption