elliptic
EC cryptography library
Provides a JavaScript implementation of elliptic curve cryptography for secure data signing and verification.
Fast Elliptic Curve Cryptography in plain javascript
2k stars
52 watching
398 forks
Language: JavaScript
last commit: 21 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cryptocoinjs/ecurve | A JavaScript implementation of Elliptic Curve Cryptography for secure data transmission and verification. | 58 |
eosio/eosjs-ecc | Provides functions for elliptic curve cryptography and key management | 289 |
rustcrypto/elliptic-curves | A collection of implementations for pure Rust elliptic curve cryptography. | 686 |
paulmillr/noble-curves | An implementation of elliptic curve cryptography in JavaScript | 700 |
cryptocoinjs/secp256k1-node | A Node.js binding for an optimized C library for EC operations on the secp256k1 curve | 350 |
cryptocoinjs/ecdsa | Provides tools for secure digital transactions using elliptical curve cryptography | 38 |
bitpay/bitcore-ecies | A module for symmetric key negotiation and encryption using Elliptic Curve Integrated Encryption Scheme (ECIES) | 58 |
paulmillr/noble-secp256k1 | Fastest 4KB implementation of secp256k1 signatures and ECDH in JavaScript | 765 |
dchest/tweetnacl-js | A JavaScript implementation of cryptographic primitives inspired by the TweetNaCl library | 1,786 |
pubkey/eth-crypto | Provides cryptographic functions for Ethereum transactions and smart contracts | 883 |
ektrah/nsec | A cryptographic library for .NET based on libsodium | 397 |
jesserc/secp256k1-huff | A Huff implementation of an elliptic curve library used in cryptocurrency applications | 5 |
clipperz/javascript-crypto-library | A comprehensive JavaScript library providing efficient cryptographic functions for web development. | 287 |
q9f/secp256k1.cr | A native Crystal language implementation of the Secp256k1 elliptic curve cryptographic algorithm | 48 |
deliberative/crypto | A reference implementation of cryptographic operations in WebAssembly and Node.js for secure data exchange and sharing. | 29 |