curve25519-dalek-source/ed25519-dalek/src
Wiktor Kwapisiewicz 135476c9f5
Fix variable names in the invariant description (#573)
Previously the variable names referred to `public` and `secret` which do
not exist. Update them to `verifying_key` and `secret_key`.
2023-09-05 08:50:10 -06:00
..
batch.rs Address Clippy lints (#543) 2023-08-27 12:47:12 -06:00
constants.rs Workspace ed25519 under ed25519-dalek 2023-06-27 04:04:09 +00:00
context.rs Address Clippy lints (#543) 2023-08-27 12:47:12 -06:00
errors.rs Workspace ed25519 under ed25519-dalek 2023-06-27 04:04:09 +00:00
hazmat.rs Address Clippy lints (#543) 2023-08-27 12:47:12 -06:00
lib.rs Workspace ed25519 under ed25519-dalek 2023-06-27 04:04:09 +00:00
signature.rs Workspace ed25519 under ed25519-dalek 2023-06-27 04:04:09 +00:00
signing.rs Fix variable names in the invariant description (#573) 2023-09-05 08:50:10 -06:00
verifying.rs Address Clippy lints (#543) 2023-08-27 12:47:12 -06:00