Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ed25519-dalek: hide secret in
SigningKey
's Debug
impl
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
- Loading branch information