lovesh / signature-schemes

Rust library for BLS signatures, MuSig, PS signatures
Apache License 2.0
66 stars 20 forks source link

Derive Debug and Clone for various bls types #7

Closed andrewjstone closed 5 years ago

andrewjstone commented 5 years ago

Also fix build warnings by removing unused imports.

Signed-off-by: Andrew J. Stone andrew.j.stone.1@gmail.com

andrewjstone commented 5 years ago

I rebased against master and updated as appropriate. Please take another look when you get a chance. Thanks!