curve25519-dalek-source/ed25519-dalek/src
Tony Arcieri 78a86f1c49
ed25519-dalek: hide secret in SigningKey's Debug impl (#592)
Uses `finish_non_exhaustive` in lieu of printing the `secret_key`
component of a `SigningKey`, only showing the corresponding
`verifying_key` field which can be used to identify the public key.

Closes #591
2023-10-31 12:01:09 -04: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 ed25519-dalek: hide secret in SigningKey's Debug impl (#592) 2023-10-31 12:01:09 -04:00
verifying.rs Address Clippy lints (#543) 2023-08-27 12:47:12 -06:00