Skip to main content
Module

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

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

Compute greatest common divisor between this and n

Parameters

aInput: bigint
  • Operand
bInput: bigint
  • Operand