mimblewimble / rust-secp256k1-zkp

ZKP fork for rust-secp256k1, adds wrappers for range proofs, pedersen commitments, etc
Creative Commons Zero v1.0 Universal
56 stars 51 forks source link

modify the file header part of aggsig code #34

Closed garyyu closed 5 years ago

garyyu commented 5 years ago

Corresponding to https://github.com/mimblewimble/secp256k1-zkp/issues/29

There're also 2 files in this repo:

I guess there's no any upstream for these 2 source files. Could you please confirm this? @yeastplume

I also suggest to change the header part, currently it's:

// Bitcoin secp256k1 bindings
// Written in 2014 by
//   Dawid Ciężarkiewicz
//   Andrew Poelstra
//

And one more suggestion: Could we do rustfmt on these 2 files? since there's no upstream for these 2 files and no need to worry merging.

yeastplume commented 5 years ago

okay, done