The crypto primitives used in hypercore, extracted into a separate module
The crypto primitives used in hypercore, extracted into a separate module
A pure JS implementation SHA256.
Provides functions for detecting if the host environment supports the WebCrypto API
SHA256 wrapper for browsers that prefers `window.crypto.subtle` but will fall back to a pure JS implementation in @aws-crypto/sha256-js to provide a consistent interface for SHA256.
implementation of crypto for the browser
JavaScript library of crypto standards.
Hypercore is a secure, distributed append-only log
Helper functions
Hypercore errors
Pure JS implementation of CRC32 https://en.wikipedia.org/wiki/Cyclic_redundancy_check
Convert Hypercore keys to/from z-base32 or hex
Pure JS implementation of CRC32-C https://en.wikipedia.org/wiki/Cyclic_redundancy_check
adds node crypto signing for browsers
Provides functions and types for detecting if the host environment is IE11
aes, for browserify
Storage engine for Hypercore
RSA for browserify
abstract base class for crypto-streams
Stats for Hypercores, with Prometheus support
abstract base class for hash-streams
TypeScript definitions for crypto-js
Minimalistic tools for JS crypto modules
SHA1 wrapper for browsers that prefers `window.crypto.subtle`.