pub const AES_PAR_BLOCKS: usize = 9;
Expand description
Number of Blocks for which hardware accelerated AES can make use of ILP.
This corresponds to ParBlocksSize
in aes::cipher::ParBlocksSizeUser
for the SIMD backend on the target architecture. This means, that this
constant depends on the target architecture and is different on x86_64
and
aarch64
.
Do not depend on the value of the constant.