This website requires JavaScript.
Explore
RingTools-web
Help
Sign In
mirrors
/
bitcoin-s
Watch
1
Star
0
Fork
0
You've already forked bitcoin-s
mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced
2024-11-19 01:40:55 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c1715760c6
bitcoin-s
/
.gitmodules
4 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add Schnorr and Adaptor Secp Bindings and Update Adaptor (#2885) * Replaced secp256k1 with secp256k1-zkp as submodule pointing to my java-bindings branch * Built new binaries for schnorr signing and adaptor signing and integrated into LibSecp256k1CryptoRuntime * Added public key compression function with tests, removed old adaptor signature point serializers * Implemented ECDSA adaptor signatures in scala according to the most recent spec * Added static test vectors for adaptor signing from spec * Moved bouncy castle adaptor signing tests to .jvm * Added scaladocs and responded to nits * Added scaladocs with legends to spec naming * Responded to Ben's review * Fixed scala 2.12 compile issue * Fixed BouncyCastle secKeyVerify * Updated add-to-jni build instructions * Updated secp256k1-zkp to target bitcoin-s-master * Add windows binary (#14) * Added Mac OS binaries Co-authored-by: benthecarman <benthecarman@live.com>
2021-04-21 16:42:43 +02:00
[submodule "secp256k1-zkp"]
path = secp256k1-zkp
url = git@github.com:bitcoin-s/secp256k1-zkp.git
Reference in New Issue
Copy Permalink