Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grm/src/mod.ts>crypto.Factorizator

MTProto API Client for Deno 🦕
Go to Latest
class crypto.Factorizator
import { crypto } from "https://deno.land/x/grm@v0.3.1/src/mod.ts";
const { Factorizator } = crypto;

Static Methods

factorize(pq: bigInt.BigInteger)
gcd(a: bigInt.BigInteger, b: bigInt.BigInteger)