Here are
27 public repositories
matching this topic...
Solidity crypto libraries, ring signatures, proof of knowledge, packed signatures etc. with matching Python implementations for secp256k1 and (alt)BN-256
Updated
Jun 18, 2019
Python
Fastest JS implementation of secp256k1. Independently audited, high-security, 0-dependency ECDSA & Schnorr signatures.
Updated
Jul 24, 2021
TypeScript
Pure JavaScript implementation of BIP340 Schnorr Signatures for secp256k1
Updated
Jul 15, 2021
JavaScript
A Simple, Powerful, Modular Library for Bitcoin Blockchain As a Service(BAAS)
btclib: a python3 library for 'bitcoin cryptography'
Updated
Jul 22, 2021
Python
Go implementation of the BIP Schnorr signature scheme.
Schnorr related examples (Schnorr, BN, MuSig, discreet log contracts)
Updated
Jul 4, 2018
Python
A library for working with Bitcoin Cash
Secure Multiparty Key Generation, Signature and Decryption javacard applet
Updated
Apr 30, 2021
Rust
A keyless Bitcoin/Libra wallet service powered by Secure Two-Party ECDSA/Ed25519 and Zero Knowledge, Wallet Rebuilt for Security
Elliptic curve operations over secp256k1 *not for production*
Updated
Aug 24, 2019
Rust
Updated
Jul 13, 2021
HTML
The core daemon of ngchain network node
Swift library plus bindings for ECDSA signatures and secret/public key operations using libsecp256k1.
Updated
Jul 15, 2021
Swift
A Hash-less Adaptation of Schnorr's Digital Signature Algorithm Implemented in Python.
Updated
Aug 13, 2020
HTML
Schnorr Signatures for secp256k1 in Java
Go implementation of Schnorr signatures
WebAssembly port of Ed25519, a high-speed high-security public-key signature system.
SchnorrSecp256k1Signature2019
Updated
Jun 11, 2021
TypeScript
Implementation of a Schnorr signatures utility for educational purposes
Updated
Mar 18, 2021
Python
Go implementation of the standard 64-byte Schnorr signature scheme over the elliptic curve secp256k1
A RESTful API to interact with Multi-Signatures on the ARK Blockchain.
Updated
Jul 20, 2021
TypeScript
Saratov State University, CSIT. Discipline "cryptographic protocols" (криптографические протоколы, rus)
Updated
Dec 22, 2018
Python
Learners implementation of schnorr signatures.
Updated
Jun 30, 2021
Python
Improve this page
Add a description, image, and links to the
schnorr
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
schnorr
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
https://github.com/w3f/schnorrkel is based on ristretto curve and implements MuSig. multi-party-schnorr can also use Ristretto and MuSig is implemented. It will be interesting to compare both implementations.
cc: @burdges