ecdsa-key-pair
There are 18 repositories under ecdsa-key-pair topic.
vkobel/ethereum-generate-wallet
Scripts collection to generate ECDSA keypairs and derive their Ethereum address
Xor-el/CryptoLib4Pascal
Crypto for Modern Object Pascal
Adiprogrammer7/blockchain_implementation
Simple blockchain implementation using python and flask. It implements basic concepts of blockchain, like proof of work, mining, consensus, generating and validating the signature on transaction etc.
centminmod/keygen
ssh private key pair generator
JeffDeCola/jeffCoin
My cryptocurrency using a distributed decentralized public ledger in a blockchain (i.e. bitcoin).
Bujira/aws-kms-evm-signer
A deep dive into signing EVM transactions with an AWS KMS private key using JavaScript.
Hamahmi/ScroogeCoin
Design of a cryptocurrency similar to ScroogeCoin
mickymultani/ZeroKnowledgeProofs
Interactive simulation of Zero-Knowledge Proofs using elliptic curve cryptography in Python, demonstrating secure credit score verification for lending processes.
mutahhirkhan/get-address
get ethereum address from any mnemonic.
xonoxitron/secure-multiparty-computation-sandbox
A Python 🐍 Secure Multi-Party Computation Sandbox with a Joint Signature Scheme using Elliptic Curve Cryptography ✉️+🔑+🔑+🔑 = 🔓
alexeyneu/secp256k1-f
main stuff of C lib ported to cpp and tool to recover blurred characters of private key. msvc 2005+ supported
kzorin52/NBip32Fast
High perfomance, SIMD-accelerated BIP-32 HD key derivation library for .NET 9
mtumilowicz/elliptic-curve-workshop
Basics of elliptic curves, EC over finite fields and ECDSA.
username1565/MultiCoin-paperwallet
https://username1565.github.io/MultiCoin-paperwallet/
CLiz17/security-wrapper
Security Wrapper for Network on Chip Routers
dananjayavr/cyclone_crypto_ecdsa_dsa_signature
ECDSA & DSA Signature generation / verification demo using CycloneCRYPTO
denkochev/ECDSA
ECDSA signature with sha256 in Golang
pedroalbanese/ecdsa-1
Minimalistic Secp256r1 ECDSA/ECDH Tool written in Go