feat: updates

This commit is contained in:
2025-07-24 22:43:47 +08:00
parent 6f556cc2d6
commit 1d23dba248
2 changed files with 21 additions and 15 deletions

View File

@@ -216,7 +216,6 @@ impl ToString for KeyUsage {
}
}
#[allow(dead_code)]
#[derive(Debug)]
pub struct SecureEnclaveKey {
pub host: String,
@@ -224,7 +223,6 @@ pub struct SecureEnclaveKey {
pub private_key: String,
}
#[allow(dead_code)]
#[derive(Debug)]
pub struct YubikeyPivKey {
pub key_name: String,
@@ -232,7 +230,6 @@ pub struct YubikeyPivKey {
pub slot: SlotId,
}
#[allow(dead_code)]
#[derive(Debug)]
pub struct YubikeyHmacEncSoftKey {
pub key_name: String,
@@ -240,7 +237,6 @@ pub struct YubikeyHmacEncSoftKey {
pub hmac_enc_private_key: String,
}
#[allow(dead_code)]
#[derive(Debug)]
pub struct ExternalCommandKey {
pub external_command: String,