[][src]Module speck_rs::cipher_modes

Traits

ECB

A trait for the Electronic Codebook (ECB) ciphermode. WARNING: ECB is generally unsafe to use because it lacks diffusion. See: https://blog.filippo.io/the-ecb-penguin/ for details.