w3f / schnorrkel

Schnorr VRFs and signatures on the Ristretto group
BSD 3-Clause "New" or "Revised" License
314 stars 93 forks source link

Issue #10: add some examples and doc-tests for the derive.rs module #111

Open alxmirandap opened 3 months ago

alxmirandap commented 3 months ago

This is my first contribution to schnorrkel, so I may have missed lots of things. Please take it in good spirit. It addresses this issue which mentions derive.rs and multi.rs. I only worked in derive.rs, because multi.rs does not seem to exist.

burdges commented 3 months ago

LGTM. Thanks!

Appears my CI sucks right now. I've mostly fixed it in https://github.com/w3f/schnorrkel/pull/110 but not exported or backported yet. I'll merge this once I figure out what to do there.

alxmirandap commented 3 months ago

Thanks. I have added a new commit that hopefully should remove the build warning that was making the tests fail.