[][src]Type Definition cc2538::aes::hash_digest_g::R

type R = R<u32, HASH_DIGEST_G>;

Reader of register HASH_DIGEST_G

Methods

impl R[src]

pub fn hash_digest(&self) -> HASH_DIGEST_R[src]

Bits 0:31 - 31:0] HASH_DIGEST[223:192] Hash digest registers Write operation: Continued hash: These registers should be written with the context data, before the start of a resumed hash session (the new_hash bit in the HASH_MODE register is 0 when starting a hash session). New hash: When initiating a new hash session (the new_hash bit in the HASH_MODE register is high), the internal digest registers are automatically set to the SHA-256 algorithm constant and these register should not be written. Reading from these registers provides the intermediate hash result (non-final hash operation) or the final hash result (final hash operation) after data processing.