No description provided.
thrift encoding/decoding using bufrw
Read a binary C struct, Use it as a JavaScript object
A pure javascript BMP encoder and decoder
Cryptographic key pairs for the XRP Ledger
A JavaScript utility library (written in TypeScript) for creating objects that store their properties in a buffer for serialization/deserialization similar to structures in C
Fixed-width composite data type (a.k.a., a `struct`).
Pattern-matching on byte buffers
Test if a value is struct constructor-like.
Converts arrays of integers from one base to another. Uses an O(N²) algorithm.
Access data in Uint8ArrayLists and Uint8Arrays in a uniform way
This library provides low-level binary serialization primitives for deterministic data encoding/decoding. It handles typed array operations, fixed-layout struct packing/unpacking with strict byte order, memory offset tracking during ArrayBuffer initializa
Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.
MetaMask fork of @scure/bip39: a secure, audited & minimal implementation of BIP39 mnemonic phrases
Pattern-matching on byte buffers
htonl, htons, ntohl, ntohs - convert values between host and network byte order.
Strip UTF-8 byte order mark (BOM) from a Uint8Array
TypeScript definitions for byte-size
generate compact encodings from defined structs
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Get the ArrayBuffer out of a TypedArray, robustly.
No description provided.