[−][src]Struct tink_proto::AesCtrHmacStreamingKeyFormat
Fields
version: u32
params: Option<AesCtrHmacStreamingParams>
key_size: u32
size of the main key (aka. "ikm", input key material)
Trait Implementations
impl Clone for AesCtrHmacStreamingKeyFormat
[src][+]
impl Debug for AesCtrHmacStreamingKeyFormat
[src][+]
impl Default for AesCtrHmacStreamingKeyFormat
[src][+]
impl Message for AesCtrHmacStreamingKeyFormat
[src][+]
impl PartialEq<AesCtrHmacStreamingKeyFormat> for AesCtrHmacStreamingKeyFormat
[src][+]
impl StructuralPartialEq for AesCtrHmacStreamingKeyFormat
[src]
Auto Trait Implementations
impl RefUnwindSafe for AesCtrHmacStreamingKeyFormat
impl Send for AesCtrHmacStreamingKeyFormat
impl Sync for AesCtrHmacStreamingKeyFormat
impl Unpin for AesCtrHmacStreamingKeyFormat
impl UnwindSafe for AesCtrHmacStreamingKeyFormat
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,