ecdsa
transaction security tool
Provides tools for secure digital transactions using elliptical curve cryptography
DEPRECATED - JavaScript component to Eliptical Curve Cryptography signing and verify.
38 stars
8 watching
15 forks
Language: JavaScript
last commit: over 8 years 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 |
indutny/elliptic | Provides a JavaScript implementation of elliptic curve cryptography for secure data signing and verification. | 1,703 |
cryptocoinjs/secp256k1-node | A Node.js binding for an optimized C library for EC operations on the secp256k1 curve | 349 |
cryptocoinjs/stealth | Tools for generating and verifying stealth addresses used to facilitate private transactions in cryptocurrency networks. | 43 |
dchest/tweetnacl-js | A JavaScript implementation of cryptographic primitives inspired by the TweetNaCl library | 1,782 |
paulmillr/noble-curves | An implementation of elliptic curve cryptography and related algorithms in JavaScript | 691 |
chrischo-h/bitcoin-sdk-js | A JavaScript library for creating and managing Bitcoin transactions, including support for advanced smart contract features like multisig, hashlock, and Taproot. | 32 |
cryptocoinjs/cryptocoin | A JavaScript library for interacting with cryptocurrencies in the browser. | 140 |
cryptocoinjs/coinkey | A JavaScript library for generating and manipulating private keys, public keys, and addresses for various cryptocurrencies. | 149 |
clipperz/javascript-crypto-library | A comprehensive JavaScript library providing efficient cryptographic functions for web development. | 287 |
tlsfuzzer/python-ecdsa | A Python implementation of ECDSA and ECDH algorithms | 916 |
paulmillr/noble-secp256k1 | A high-performance JavaScript implementation of secp256k1 signatures and ECDH (Elliptic Curve Diffie-Hellman) algorithms | 761 |
rustcrypto/elliptic-curves | A collection of implementations for pure Rust elliptic curve cryptography. | 683 |
deliberative/crypto | A reference implementation of cryptographic operations in WebAssembly and Node.js for secure data exchange and sharing. | 28 |