misc improvements

This commit is contained in:
nora 2024-08-26 19:50:24 +02:00
parent ca4213ba81
commit 26cdcd0524
7 changed files with 39 additions and 31 deletions

View file

@ -33,6 +33,7 @@ impl Debug for PlaintextPrivateKey {
}
#[derive(Clone)]
#[allow(clippy::large_enum_variant)]
pub enum PrivateKey {
Ed25519 {
public_key: ed25519_dalek::VerifyingKey,