Type Alias ring::hmac::Signature

source ·
pub type Signature = Tag;
👎Deprecated: Signature was renamed to Tag. This alias will be removed soon.
Expand description

A deprecated alias for Tag.

Aliased Type§

struct Signature(/* private fields */);

Trait Implementations§

source§

impl AsRef<[u8]> for Tag

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for Tag

source§

fn clone(&self) -> Tag

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Tag

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for Tag