pub struct SoftwareAes;Trait Implementations§
Source§impl AesProvider for SoftwareAes
impl AesProvider for SoftwareAes
Source§type Cipher = SoftwareAesCipher
type Cipher = SoftwareAesCipher
Concrete cipher type returned by
new_cipher.