Skip to main content
Module

x/grm/mod.ts>crypto.Factorizator

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

Static Methods

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