w3f / schnorrkel

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

Trivial fixes #57

Closed isislovecruft closed 3 years ago

isislovecruft commented 3 years ago

Hi! I was asked to take a look at certain portions of Schnorrkel for a client. I didn't find anything wrong with the parts of the code they are using, but I found a few typos along the way that I've fixed up. I also changed attach_test_vector_rng() to be pub(crate) since it's only used in tests, and as noted in its docs, it's dangerous.

burdges commented 3 years ago

All these changes look good. Thank you! Yes many typeos.