We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
siv::KeySize
1 parent 77d4c78 commit eec09b6Copy full SHA for eec09b6
aes-siv/src/siv.rs
@@ -99,7 +99,7 @@ pub const MAX_HEADERS: usize = 126;
99
type Ctr128BE<C> = ctr::CtrCore<C, ctr::flavors::Ctr128BE>;
100
101
/// Size of an AES-SIV key given a particular cipher
102
-pub type KeySize<C> = <<C as KeySizeUser>::KeySize as Add>::Output;
+pub(crate) type KeySize<C> = <<C as KeySizeUser>::KeySize as Add>::Output;
103
104
/// Synthetic Initialization Vector (SIV) mode, providing misuse-resistant
105
/// authenticated encryption (MRAE).
0 commit comments