Struct ring::hmac::Signature
[−]
[src]
pub struct Signature(_);
An HMAC signature.
For a given signature s, use s.as_ref() to get the signature value as
a byte slice.
Trait Implementations
impl Clone for Signature[src]
fn clone(&self) -> Signature
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more