GeneFerneau
GeneFerneau
Is @jonasnick or someone else already working on the Rust bindings?
> I'm not currently working on the Rust bindings (nor am I planning to if someone else volunteers :) Awesome! I'm definitely interested in writing the Rust bindings. Was asking...
Diff looks **much** larger than it actually is, since I pulled in @jonasnick's changes to `secp256k1-zkp`. Main changes are in [secp256k1-zkp-sys/src/zkp.rs](https://github.com/GeneFerneau/rust-secp256k1-zkp-1/blob/musig2/secp256k1-zkp-sys/src/zkp.rs) and [rust-secp256k1-zkp/src/zkp/musig.rs](https://github.com/GeneFerneau/rust-secp256k1-zkp-1/blob/musig2/src/zkp/musig.rs). Will rebase, and update as changes are...
Updated on [#131/0c43aae](https://github.com/jonasnick/secp256k1-zkp/pull/131/commits/0c43aae082368084fc5ec5b3eeea4e4de232ea8f)
Rebased on latest master [ab7f6d8](https://github.com/ElementsProject/rust-secp256k1-zkp/commit/ab7f6d8f5e74fd7bf5348d4fc3593bcc1dd532ad) Updated to use `schnorrsig::PublicKey`. Still need to rebase on @jonasnick's latest work, but may wait until the work is finished in their PR.
Steganographic on-chain multisignatures using ECDSA, similar to MuSig applications (using ECDSA instead).
> Can it be done without Pallier encryption? I'd be fine with Pallier in principle but my expectation is that any new heavy crypto would simply never get reviewed, and...