Struct cryptoauthlib_sys::atca_sha256_ctx [−][src]
#[repr(C)]pub struct atca_sha256_ctx { pub total_msg_size: u32, pub block_size: u32, pub block: [u8; 128], }
Fields
total_msg_size: u32!< Total number of message bytes processed
block_size: u32!< Number of bytes in current block
block: [u8; 128]!< Unprocessed message storage
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for atca_sha256_ctximpl Send for atca_sha256_ctximpl Sync for atca_sha256_ctximpl Unpin for atca_sha256_ctximpl UnwindSafe for atca_sha256_ctxBlanket Implementations
Mutably borrows from an owned value. Read more