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;pub type SoftAesFast = SoftAes<256, { _ }>;Fast software AES implementation, but with minimal protection against side channels
struct SoftAesFast;