Make yubikey::Buffer a pub type (#290)

This commit is contained in:
Tony Arcieri (iqlusion)
2021-07-13 06:05:24 -07:00
committed by GitHub
parent d51ec0a225
commit fdd3b8730a
+1 -1
View File
@@ -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>>;