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

x/openpgp/src/crypto/biginteger.ts>gcd

OpenPGP implementation for JavaScript
Go to Latest
function gcd
import { gcd } from "https://deno.land/x/openpgp@v6.0.0-beta.1/src/crypto/biginteger.ts";

Compute greatest common divisor between this and n

Parameters

aInput: bigint
  • Operand
bInput: bigint
  • Operand