Found 39 repositories(showing 30)
noot
super cheap solidity schnorr sig verification using only ecrecover and keccak256
nixkitax
Zero Knowledge Proof for Schnorr
cronokirby
Designatived verifier Schnorr signatures
deanmlittle
Schnorr signature verification in SVM
DucaturFw
Schnorr musig verification in Ethereum Virtual Machine
FromHDDtoSSD
SORA Layer 1 Blockchain: We are developing, implementing, and verifying quantum resistance, Schnorr aggregated signatures, and the fusion of AI and blockchain. Furthermore, by analyzing the verification results, we will contribute to the advancement of blockchain.
toposware
A custom Schnorr signature scheme using Rescue-Prime hash internally for fast verification in zk-STARK statements.
onurnaim
Educational MuSig2-style Schnorr multisignatures over secp256k1 using noble-curves. Key aggregation, nonce aggregation, partial signatures, and aggregate verification — with a CLI + tests. Not production code.
zerodao-finance
Solidity implementation of BIP340 Schnorr signature verification, intended for use with Taproot.
Universaliso
super cheap solidity schnorr sig verification using only ecrecover and keccak256
SeanDougherty
A python implementation of a proxy signature scheme that leverages the Schnorr signature algorithm for the steps of signature and verification.
wamimi
A Rust implementation of an interactive zero-knowledge proof using Schnorr’s identification scheme, secured with Tokio + Rustls TLS, featuring multi-round repetition, CLI tools for prover & verifier, and secure secret storage.
iceboy926
my secret muti compute lib include schnorr sign ,oblivious transform , verify secret share ,pedersen commitement
Trusttobitcoin
A basic Python implementation of Schnorr signatures using the ECDSA library. This script demonstrates key generation, message signing, and signature verification. It is intended for educational purposes only.
surya00008
A Python-based Zero Knowledge Proof system implementing the Schnorr protocol for secure authentication and file integrity verification. Includes interactive cryptography demos, attack simulations, and performance analysis, demonstrating how secrets can be proven without being revealed.
chronicleprotocol
You can run a Chronicle Challenger Bot to help secure the price messages our validators emit. A Challenger searches for opPoked events for ScribeOptimistic contract. It Verifies poke schnorr signature and challenges it, if it's invalid.
allsmog
Go framework for zero-knowledge login and sender-constrained access tokens. Implements interactive Schnorr ZK auth, short-lived JWTs bound to client DPoP keys (cnf.jkt), and ready-to-use middleware for DPoP + JWT verification. Includes reference auth server and demo API.
arnav7897
This repository contains an implementation of the Blind Schnorr Signature scheme, enabling blind signing for privacy-preserving authentication. It includes key generation, blind signing, and signature verification using secure randomization techniques. Clone the repo and follow the README for setup. Contributions are welcome! 🚀
Silur
batch ecdsa verification of conventional and schnorr sigs
mwaddip
Ergo authentication plugin for libpam-web3 — Schnorr signature verification and Nautilus wallet integration
gorazdko
A CLI tool for signing and verifying messages with ECDSA and Schnorr using libsecp256k1
aaron-recompile
Tapscript Schnorr “what verifies against” experiments — CSFS, IK+CSFS, CHECKSIG — with checked-in outputs.
itsnilskerwer
Test implementation for a Schnorr signature, using SHA256 proof construction and verification in Noir.
mailgourav
Fork of go-ethereum repo, modified to add precompiled schnorrVerify for schnorr signature verification
Guilospanck
Example of how to sign and verify Schnorr signatures as of BIP340. Written in Rust.
itsnilskerwer
Test implementation for a schnorr proof of knowledge, using sha256 proof. Construction and verification in Noir.
AAbhijithA
Zero Knowledge Protocol: Schnorr Digital Signature, for message verification between client and server simulated in Java.
Arnabi76
Zero-knowledge proof system for privacy-preserving multi-verifier credential verification using BBS+, Dilithium (ML-DSA-65), and Schnorr protocols over BLS12-381 curves.
TomaszWaszczyk
This is a purely educational implementation of the schnorr signature verification over secp256k1 of Bitcoin BIP340 in Rust.
vito-kovalione
A Solidity smart contract implementation for verifying Schnorr signatures from a set of authorized signers stored using SSTORE2