Tag
#public-key-cryptography
14 repositories
Repos
Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA
Constantine: modular, high-performance, zero-dependency cryptography stack for verifiable computation, proof systems and blockchain protocols.
Swift cryptography library for Bitcoin and Nostr. ECDSA, Schnorr, ECDH, and zero-knowledge proofs on secp256k1. Apple platforms and Linux.
Elliptic Curve Cryptography and Common Public Key Cryptography Implementations
Cryptographic operations in WASM, C, Typescript for Nodejs and the browser.
Este projeto é fruto de um estudo pessoal sobre o algoritmo Secp256k1. O objetivo dele é conseguir obter, usando apenas os valores da chave pública, o valor correto da chave privada.
This is a prototype application for proving the origins of captured digital media.
A tool by Bigcointalk.org for testing the security of public and private key infrastructure used in popular cryptocurrencies.
Client–server web app implementing ECDSA signing and public key recovery to authorize cryptocurrency-like transfers. Educational project from Alchemy University.
Demo project using server (Node.js) and client (React) to facilitate transfers between two addresses using Ethereum Public key Cryptography.
💳 demonstration of how solana key-pairs are generated, transactions are signed & verified using @solana/web3.js
Account Abstraction aims to make smart contract wallets the primary way users interact with blockchains, offering the programmability of SCs with the user experience typically associated with EOAs. Instead of a transaction's validity hinging on a private key's signature, AA enables a smart contract wallet to define any condition for validation.