You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

@harmoniclabs/bigint-utils

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
b

@harmoniclabs/bigint-utils

## exported functions

1.0.0
latest
79

Supply Chain Security

100

Vulnerability

69

Quality

76

Maintenance

100

License

Version published
Weekly downloads
3.2K
-16.36%
Maintainers
1
Weekly downloads
 
Created
Issues
0

@harmoniclabs/bigint-utils

exported functions

function abs(n: bigint): bigint;
function random(): bigint;
function max(...nums: bigint[]): bigint;
function min(...nums: bigint[]): bigint;
function log2(num: bigint): bigint;
function bigintFromBufferLE(buffer: Uint8Array): bigint;
function bigintFromBuffer(buffer: Uint8Array): bigint;
function bigintToBuffer(bigint: bigint, nBytes?: number | undefined): Uint8Array;

FAQs

Package last updated on 01 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts