w3f / schnorrkel

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

typo on src/keys.rs #35

Closed kolidat closed 5 years ago

kolidat commented 5 years ago

line 10: //! ### Schnorr signatures on the 2-tortsion free subgroup of ed25519, as provided by the Ristretto point compression.

tortsion should be fixed to "torsion"

burdges commented 5 years ago

Thanks!