GeneFerneau
GeneFerneau
Clean up some stray allocations in bulletproofs and commitments tests, and one allocation in the main bulletproofs impl
RFC to support shared ownership for two-party N-of-N multisignature outputs Describes the protocol for creating a multiparty bulletproof and commitment for multisignature outputs Requires a soft-fork due to changes in...
RFC detailing an atomic swap protocol for Grin, based on earlier designs specified in Grin documentation. The protocol allows for atomically swapping Grin with other cryptocurrencies, facilitating decentralised, permissionless exchange....
Link to the [rendered text](https://github.com/GeneFerneau/grin-rfcs/blob/atomic/text/0000-succinct-atomic-swaps.md)
I've started [some work](https://github.com/ElementsProject/rust-secp256k1-zkp/compare/master...GeneFerneau:musig2?expand=1) on adding Rust bindings for the MuSig module. Edit: changed link to point to Musig2 working tree
Adds high-level Rust bindings for Musig2 multi-signature protocol
Is anyone currently working on a 2P-ECDSA module, or know of a current implementation using libsecp256k1? If not, I'm interested in implementing one.