Type Alias softaes::SoftAesFast

source ·
pub type SoftAesFast = SoftAes<256, { _ }>;
Expand description

Fast software AES implementation, but with minimal protection against side channels

Aliased Type§

struct SoftAesFast;