pub struct Padding(_);
Expand description
Type of encryption padding to use.
Random length padding is primarily used to prevent attackers from predicting or knowing the exact length of a plaintext message that can possibly lead to breaking encryption.