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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Signature
[src]

impl Debug for Signature
[src]

Formats the value using the given formatter.

impl AsRef<[u8]> for Signature
[src]

Performs the conversion.