Sivaram

Results 24 issues of Sivaram
trafficstars

Two vectors of the `sign_verify` test use different partial signatures even though their signer set, message, and nonces are the same. These are those two vectors: **Vector 1 (in `valid_test_...

Pending acceptance

Changes: - PartialSigVerify mistakenly refers to `pubnonce` as `aggnonce`. - _Edit:_ Just noticed that this correction was already pointed out here: https://github.com/bitcoin-core/secp256k1/pull/1479#discussion_r1731398318 - KeyAgg comments inconsistently use both `x` and...

This PR introduces Rust bindings for the Schnorr adaptor signature functionality added in: https://github.com/BlockstreamResearch/secp256k1-zkp/pull/299. The secp256k1-zkp PR is pending review from the maintainers, but I don’t expect the user-facing APIs...

### Overview This PR adds support for Schnorr Adaptor signatures (#191). It is based on the PR https://github.com/BlockstreamResearch/secp256k1-zkp/pull/268 by @ZhePang, rebased and updated to address all pending review comments. Test...