pub fn make_binary_to_aes_packed_transformer<IP, OP>(
) -> impl Transformation<IP, OP>
Expand description

Creates transformation object from AES tower to binary tower for packed field. Note that creation of this object is not cheap, so it is better to create it once and reuse.