We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
secp256k1 0.6.0 has been released and adds support for MuSig2.
Since our build procedure currently (by default) uses Nixpkgs -- NixOS/nixpkgs#354528 has been merged -- secp256k1 0.6.0 is now available via Nix.
TODO list:
README.adoc
flake.lock
jextract
secp256k1_ec_pubkey_sort
The text was updated successfully, but these errors were encountered:
No branches or pull requests
secp256k1 0.6.0 has been released and adds support for MuSig2.
Since our build procedure currently (by default) uses Nixpkgs -- NixOS/nixpkgs#354528 has been merged -- secp256k1 0.6.0 is now available via Nix.
TODO list:
README.adoc
-- PR README: Update secp256k1 installation to v0.6.0 #131flake.lock
-- PR flake.lock: nix flake update #118 (upgraded to secp256k1 0.6.0)jextract
and generate updated wrapper classes. -- PR Upgrade jextract'ed headers to latest JDK 23 jextract #121secp256k1_ec_pubkey_sort
function to our API. (from 0.5.0)The text was updated successfully, but these errors were encountered: