Make yubikey::Buffer a pub type (#290)
This commit is contained in:
committed by
GitHub
parent
d51ec0a225
commit
fdd3b8730a
+1
-1
@@ -180,4 +180,4 @@ pub use uuid::Uuid;
|
||||
pub type ObjectId = u32;
|
||||
|
||||
/// Buffer type (self-zeroizing byte vector)
|
||||
pub(crate) type Buffer = zeroize::Zeroizing<Vec<u8>>;
|
||||
pub type Buffer = zeroize::Zeroizing<Vec<u8>>;
|
||||
|
||||
Reference in New Issue
Block a user