Struct parity_crypto::hmac::Signer[][src]

pub struct Signer<T>(_, _);

Stateful HMAC computation.

Methods

impl<T> Signer<T>
[src]

Auto Trait Implementations

impl<T> Send for Signer<T> where
    T: Send

impl<T> Sync for Signer<T> where
    T: Sync