Type Alias softaes::SoftAesSlow

source ·
pub type SoftAesSlow = SoftAes<16, { _ }>;
Expand description

Software AES implementation with a stride of 16 words (paranoid protection against side channels)

Aliased Type§

struct SoftAesSlow;