UNPKG

biguintbe

Version:

Encode / decode unsigned BigInt as big endian

36 lines (35 loc) 773 B
{ "name": "biguintbe", "version": "1.0.0", "description": "Encode / decode unsigned BigInt as big endian", "main": "index.js", "dependencies": { "nanoassert": "^1.1.0" }, "devDependencies": { "secure-random-uniform": "^3.1.0", "tape": "^4.9.0" }, "scripts": { "test": "node --harmony-bigint test.js" }, "repository": { "type": "git", "url": "git+https://github.com/chm-diederichs/biguintbe.git" }, "keywords": [ "bigint", "uint", "uint64", "abstract", "encoding", "encode", "decode" ], "author": "Christophe Diederichs", "license": "ISC", "bugs": { "url": "https://github.com/chm-diederichs/biguintbe/issues" }, "homepage": "https://github.com/chm-diederichs/biguintbe#readme" }