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

x/openpgp/src/biginteger/native.interface.js>default#modExp

OpenPGP implementation for JavaScript
Latest
method default.prototype.modExp
import { default } from "https://deno.land/x/openpgp@v5.11.2/src/biginteger/native.interface.js";

Compute modular exponentiation using square and multiply

Parameters

e
  • Exponent
n
  • Modulo