Fast SHA-256 digest hash based on Uint8Array, pure JavaScript.
HKDF with no dependencies using runtime's native crypto
A library for dealing with Uint8Arrays.
Character encoding detector
Convert a typed array to a Buffer without a copy
A fast Base64 decoder with a low level API. If you want a high level API, look at [base64-js](https://github.com/beatgammit/base64-js).
Simple, tiny and fast ZIP library. It has our own DEFLATE compressor and decompressor (alternative to pako.js / ZLIB). It was made from scratch, without using existing implemetnations.
A tool for compressing JavaScript objects to Uint8Array
TypedArray polyfill for old browsers
OpenPGP.js is a Javascript implementation of the OpenPGP protocol. This is defined in RFC 4880.
Get stdin as a string or Uint8Array
Parses data: URLs
Read arrays as standard WhatWG streams.
Uint1Array up to Uint8Array Based on Typed Array. Useful for compression.
Base64 coder.
Module version of UZIP.js
zlib port to javascript - fast, modularized, with browser support
An alias package for `crypto.randomBytes` in Node.js and/or browsers
Multipart and Tar utilities for the Web Streams API
Declaratively encode and decode binary data
Blazing-fast pixel-by-pixel image comparison with block-based optimization. 1.5x times faster than pixelmatch
A collection of isomorphic and tree-shakeable crypto hashes and utils for xrpl.js
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
High-performance Base64 encoder and decoder