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

x/god_crypto/src/rsa/rsa_internal.ts>rsaep

Pure Javascript/Typescript Crypto Implementation for Deno. AES, RSA, HMAC, and TOTP
Very Popular
Latest
function rsaep
import { rsaep } from "https://deno.land/x/god_crypto@v1.4.11/src/rsa/rsa_internal.ts";

Parameters

n: bigint

public key modulus

e: bigint

public key exponent

m: bigint

message representative

Returns

bigint