UNPKG

@tgsnake/core

Version:

Pure Telegram MTProto library for nodejs

5 lines (4 loc) 183 B
declare const CURRENT_DH_PRIME: bigint; export declare function gcd(a: bigint, b: bigint): bigint; export declare function decompose(pq: bigint): bigint; export { CURRENT_DH_PRIME };