Rename crate::format to crate::piv_p256

This commit is contained in:
Jack Grigg
2025-12-08 01:53:59 +00:00
parent 144d3088b6
commit 1f1f257ede
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ use yubikey::{
use crate::{
error::Error,
fl,
format::RecipientLine,
p256::{Recipient, TAG_BYTES},
piv_p256,
util::{otp_serial_prefix, Metadata},
IDENTITY_PREFIX,
};
@@ -476,7 +476,7 @@ impl Stub {
bytes
}
pub(crate) fn matches(&self, line: &RecipientLine) -> bool {
pub(crate) fn matches(&self, line: &piv_p256::RecipientLine) -> bool {
self.tag == line.tag
}