lovesh / signature-schemes

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

Change &Vec arguments to impl IntoIterator with AsRef items #15

Closed JayPavlina closed 4 years ago

JayPavlina commented 4 years ago

This change allows more flexibility for arguments. Also derive PartialEq for SigKey, VerKey, and Signature.

lovesh commented 4 years ago

Thanks for this :)