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
- Host: GitHub
- URL: https://github.com/samouraidev/bip340_schnorr
- Owner: SamouraiDev
- License: other
- Created: 2020-01-26T15:39:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T22:14:53.000Z (about 6 years ago)
- Last Synced: 2025-04-12T19:37:43.957Z (about 1 year ago)
- Topics: bip340, bitcoin, java, schnorr
- Language: Java
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.