cryptography util functions
Basic primitives for working with binary data
A pure JS implementation SHA256.
Provides functions for detecting if the host environment supports the WebCrypto API
Essential utils for promises
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.
Lightweight and type-safe query builder for DynamoDB and TypeScript.
Helper functions
Pure JS implementation of CRC32 https://en.wikipedia.org/wiki/Cyclic_redundancy_check
Commonly used functionality for amp-toolbox
Pure JS implementation of CRC32-C https://en.wikipedia.org/wiki/Cyclic_redundancy_check
Nomic Foundation's recommended bundle of Hardhat plugins (ethers based)
adds node crypto signing for browsers
Provides functions and types for detecting if the host environment is IE11
aes, for browserify
RSA for browserify
Auto-generated essential Solana and Metaplex programs
abstract base class for crypto-streams
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`.