An open API service indexing awesome lists of open source software.

https://github.com/samouraidev/bip340_schnorr

Schnorr Signatures for secp256k1 in Java
https://github.com/samouraidev/bip340_schnorr

bip340 bitcoin java schnorr

Last synced: 9 months ago
JSON representation

Schnorr Signatures for secp256k1 in Java

Awesome Lists containing this project

README

          

# BIP340_Schnorr
## Schnorr Signatures for secp256k1 in Java

## This repository is now maintained at https://code.samourai.io/samouraidev/BIP340_Schnorr

A simple Java implementation (no external libs) of Sipa's Python reference implementation test vectors for [BIP340](https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki) Schnorr signatures for secp256k1.