Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/god_crypto/rsa.ts>RSA#decrypt

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

Parameters

m: Uint8Array
optional
options: Partial<RSAOption>