Struct orion::hazardous::hmac::Hmac[][src]

pub struct Hmac { /* fields omitted */ }

HMAC-SHA512 (Hash-based Message Authentication Code) as specified in the RFC 2104.

Methods

impl Hmac
[src]

Reset to init() state.

This can be called multiple times.

Return MAC.

Retrieve MAC and copy to dst.

Trait Implementations

impl Drop for Hmac
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Hmac

impl Sync for Hmac