dalek-cryptography / curve25519-dalek

A pure-Rust implementation of group operations on Ristretto and Curve25519
Other
853 stars 422 forks source link

Fix variable names in the invariant description #573

Closed wiktor-k closed 10 months ago

wiktor-k commented 10 months ago

Previously the variable names referred to public and secret which do not exist. Update them to verifying_key and secret_key.

This PR replaces https://github.com/dalek-cryptography/ed25519-dalek/pull/313