Function make_aes_to_binary_packed_transformer

Source
pub fn make_aes_to_binary_packed_transformer<IP, OP>() -> AesToBinaryTransformation<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.