Type Alias riot_sys::sha512_context_t

source ·
pub type sha512_context_t = sha512_common_context_t;
Expand description

@brief Structure to hold the SHA-512 context.

Aliased Type§

struct sha512_context_t {
    pub state: [u64; 8],
    pub count: [u64; 2],
    pub buf: [u8; 128],
}

Fields§

§state: [u64; 8]

global state

§count: [u64; 2]

processed bits counter

§buf: [u8; 128]

data buffer