mimblewimble / grin

Minimal implementation of the Mimblewimble protocol.
https://grin.mw/
Apache License 2.0
5.04k stars 992 forks source link

core wrapper function for subtract signature function #3748

Closed yeastplume closed 1 year ago

yeastplume commented 1 year ago

Core libtx wrapper function around the new aggsig subtraction function in rust_libsecp256k1 v0.7.12 Also contains some minor dependency updates, all verified

For further details see:

https://github.com/mimblewimble/rust-secp256k1-zkp/pull/81 https://github.com/mimblewimble/secp256k1-zkp/pull/67

yeastplume commented 1 year ago

Reverted cargo lock, going to update it in a separate PR to come.