method Factorizator.gcdimport { Factorizator } from "https://deno.land/x/grm@0.5.1/src/crypto/factorizator.ts"; gcd(a: bigInt.BigInteger, b: bigInt.BigInteger)Parametersa: bigInt.BigIntegerb: bigInt.BigInteger