UNPKG

@stellot/crypto

Version:

Crypto libraries for front and backend

8 lines (7 loc) 202 B
/// <reference types="node" /> import { BigInteger as BigInt } from 'jsbn'; export default class DecryptedValue { bi: BigInt; constructor(m: number | Buffer | bigint); toString(): string; }