pub struct HkdfExpanderUsingHmac(/* private fields */);Available on crate feature
net only.Expand description
Implementation of HkdfExpander via hmac::Key.
Trait Implementationsยง
Sourceยงimpl HkdfExpander for HkdfExpanderUsingHmac
impl HkdfExpander for HkdfExpanderUsingHmac
Sourceยงfn expand_slice(
&self,
info: &[&[u8]],
output: &mut [u8],
) -> Result<(), OutputLengthError>
fn expand_slice( &self, info: &[&[u8]], output: &mut [u8], ) -> Result<(), OutputLengthError>
HKDF-Expand(PRK, info, L) into a slice. Read moreAuto Trait Implementationsยง
impl Freeze for HkdfExpanderUsingHmac
impl !RefUnwindSafe for HkdfExpanderUsingHmac
impl Send for HkdfExpanderUsingHmac
impl Sync for HkdfExpanderUsingHmac
impl Unpin for HkdfExpanderUsingHmac
impl !UnwindSafe for HkdfExpanderUsingHmac
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Sourceยงimpl<T> Instrument for T
impl<T> Instrument for T
Sourceยงfn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Sourceยงfn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Sourceยงimpl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Sourceยงfn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request