aws_lc_rs::hmac

Type Alias Signature

Source
pub type Signature = Tag;
👎Deprecated
Expand description

A deprecated alias for Tag.

Aliased Type§

struct Signature {
    msg: [u8; 64],
    msg_len: usize,
}

Fields§

§msg: [u8; 64]§msg_len: usize

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