Skip to content

Commit

Permalink
Implement musig2
Browse files Browse the repository at this point in the history
  • Loading branch information
sstone committed Jan 8, 2024
1 parent a8f7151 commit 962cefb
Show file tree
Hide file tree
Showing 12 changed files with 1,029 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {

allprojects {
group = "fr.acinq.secp256k1"
version = "0.13.0-SNAPSHOT"
version = "0.13.0-MUSIG2-SNAPSHOT"

repositories {
google()
Expand Down
100 changes: 100 additions & 0 deletions jni/c/headers/java/fr_acinq_secp256k1_Secp256k1CFunctions.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 962cefb

Please sign in to comment.