This package has been deprecated

Author message:

This package has moved to @arithmetic-type/uint64.

@aureooms/js-uint64

3.1.0 • Public • Published

🐰 @aureooms/js-uint64

64-bit unsigned integer arithmetic and logic operators for JavaScript. Implemented using big endian arrays of two signed 32-bit integers.

Used in @aureooms/js-hash. For the 32-bit counterpart, see @aureooms/js-uint32.

let a = get64(0, 1) ;
rotr64(a, 1); // [-1, 0]

let x = get64(0xFFFFFFFF, 0xFFFFFFFF);
add64(x, x); // [-1, -2]

License Version Build Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

Package Sidebar

Install

npm i @aureooms/js-uint64

Weekly Downloads

1

Version

3.1.0

License

AGPL-3.0

Unpacked Size

361 kB

Total Files

21

Last publish

Collaborators

  • aureooms