Pinned Repositories
awesome-cryptocoinjs
Useful crypto coins JavaScript libraries
base-x
Encode/decode any base
bs58
Base58 encoding/decoding for Bitcoin
coininfo
JavaScript component for crypto currency specific information.
coinkey
JavaScript component for private keys, public keys, and addresess for crypto currencies such as Bitcoin, Litecoin, and Dogecoin
cryptocoin
JavaScript library for crypto currencies like Bitcoin and Litecoin.
hdkey
JavaScript component for Bitcoin hierarchical deterministic keys (BIP32)
keccak
Keccak sponge function family
p2p-node
Manage peer-to-peer communications for cryptocurrency implementations
secp256k1-node
Node.js binding for an Optimized C library for EC operations on curve secp256k1
cryptocoinjs's Repositories
cryptocoinjs/secp256k1-node
Node.js binding for an Optimized C library for EC operations on curve secp256k1
cryptocoinjs/base-x
Encode/decode any base
cryptocoinjs/bs58
Base58 encoding/decoding for Bitcoin
cryptocoinjs/hdkey
JavaScript component for Bitcoin hierarchical deterministic keys (BIP32)
cryptocoinjs/coinkey
JavaScript component for private keys, public keys, and addresess for crypto currencies such as Bitcoin, Litecoin, and Dogecoin
cryptocoinjs/cryptocoin
JavaScript library for crypto currencies like Bitcoin and Litecoin.
cryptocoinjs/coininfo
JavaScript component for crypto currency specific information.
cryptocoinjs/keccak
Keccak sponge function family
cryptocoinjs/awesome-cryptocoinjs
Useful crypto coins JavaScript libraries
cryptocoinjs/p2p-node
Manage peer-to-peer communications for cryptocurrency implementations
cryptocoinjs/ecurve
JavaScript component for Eliptic Curve Cryptography
cryptocoinjs/bigi
JavaScript Big Integer library based upon Tom Wu's work.
cryptocoinjs/scryptsy
Scrypt KDF is used for BIP38 (encryption of private keys) and proof of work for some crypto currencies.
cryptocoinjs/sha256
DEPRECATED - JavaScript component to compute the SHA256 of strings or bytes.
cryptocoinjs/ecdsa
DEPRECATED - JavaScript component to Eliptical Curve Cryptography signing and verify.
cryptocoinjs/pbkdf2-sha256
DEPRECATED - Key derivation function primarily used for Scrypt
cryptocoinjs/aes
A JavaScript component for the Advanced Encryption Standard (AES). Important for BIP38
cryptocoinjs/eckey
A JavaScript component for Eliptical curve cryptography for crypto currencies such as Litecoin and Bitcoin
cryptocoinjs/coinstring
DEPRECATED - Create and parse crypto currency addresses and wallet import formats.
cryptocoinjs/scrypt
Scrypt for node and browser
cryptocoinjs/blake-hash
SHA-3 proposal Blake
cryptocoinjs/binstring
DEPRECATED - Convert binary data to and from various string/integer representations
cryptocoinjs/btc-address
JavaScript component to handle Bitcoin addresses.
cryptocoinjs/crypto-hashing
JavaScript hashing libraries wrapped up into one module. Compatible with Node and the browser.
cryptocoinjs/cryptocoinjs.com
CryptoCoinJS Docs
cryptocoinjs/sha512
DEPRECATED - SHA 512 secure hashing algorithm
cryptocoinjs/btc-blockchain
Bitcoin blockchain management
cryptocoinjs/drbg.js
Deterministic Random Bit Generators from NIST SP 800-90A
cryptocoinjs/eip55
An EIP55 compatible address encoding library
cryptocoinjs/btc-scriptinterpreter