Struct cryptoauthlib_sys::atcac_sha2_256_ctx [−][src]
Fields
pad: [u32; 48]!< Filler value to make sure the actual implementation has enough room to store its context. uint32_t is used to remove some alignment warnings.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for atcac_sha2_256_ctximpl Send for atcac_sha2_256_ctximpl Sync for atcac_sha2_256_ctximpl Unpin for atcac_sha2_256_ctximpl UnwindSafe for atcac_sha2_256_ctxBlanket Implementations
Mutably borrows from an owned value. Read more