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

x/god_crypto/src/math.ts>power_mod

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

Parameters

n: bigint
p: bigint
m: bigint

Returns

bigint