-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an experimental schnorr signature adaptor module #268
Add an experimental schnorr signature adaptor module #268
Commits on Oct 24, 2023
-
Add an experimental schnorr signature adaptor module
add schnorr adaptor nonce function that follows BIP-340 and also accepts the adaptor point as input add presign, extract_t, adapt, and extract_adaptor APIs add tests for schnorr adaptor nonce functions and APIs
ZhePang committedOct 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 555abe5 - Browse repository at this point
Copy the full SHA 555abe5View commit details -
updated the implementation and tests by accepting whole 33 bytes of a…
…daptor point in the nonce function
ZhePang committedOct 24, 2023 Configuration menu - View commit details
-
Copy full SHA for e0b87db - Browse repository at this point
Copy the full SHA e0b87dbView commit details -
added new hash tags specifically for schnorr adaptor
added new hash tags specifically for schnorr adaptor
ZhePang committedOct 24, 2023 Configuration menu - View commit details
-
Copy full SHA for ed3e2ae - Browse repository at this point
Copy the full SHA ed3e2aeView commit details -
update the test to follow the new practice
ZhePang committedOct 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 9735b05 - Browse repository at this point
Copy the full SHA 9735b05View commit details
Commits on Nov 7, 2023
-
ZhePang committed
Nov 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 8c9e169 - Browse repository at this point
Copy the full SHA 8c9e169View commit details
Commits on Dec 5, 2023
-
Bug fixed: all hash tags correct and passed all vector tests
ZhePang committedDec 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 2aa074d - Browse repository at this point
Copy the full SHA 2aa074dView commit details
Commits on Jan 2, 2024
-
changed variable and function names for clarity and simplicity
ZhePang committedJan 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 094b863 - Browse repository at this point
Copy the full SHA 094b863View commit details
Commits on Apr 1, 2024
-
update naming and documentations and some debugs
ZhePang committedApr 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 344620e - Browse repository at this point
Copy the full SHA 344620eView commit details
Commits on May 24, 2024
-
removed ret variable from extract, adapt, and extract_sec to be non-c…
…onst time
ZhePang committedMay 24, 2024 Configuration menu - View commit details
-
Copy full SHA for bf0b7f4 - Browse repository at this point
Copy the full SHA bf0b7f4View commit details
Commits on Jul 28, 2024
-
changed adaptor object from bytes to pubkey
ZhePang committedJul 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 69a5471 - Browse repository at this point
Copy the full SHA 69a5471View commit details