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#_egcd

OpenPGP implementation for JavaScript
Go to Latest
method default.prototype._egcd
import { default } from "https://deno.land/x/openpgp@v5.4.0-proton/src/biginteger/native.interface.js";

Extended Eucleadian algorithm (http://anh.cs.luc.edu/331/notes/xgcd.pdf) Given a = this and b, compute (x, y) such that ax + by = gdc(a, b)

Parameters

b
  • Second operand