lovesh / signature-schemes

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

Derive Clone for bls::common::SigKey #6

Closed andrewjstone closed 5 years ago

andrewjstone commented 5 years ago

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

I have another trivial fix to make keys Clone for you. Thanks!

andrewjstone commented 5 years ago

Closed in favor of #7.