avx512: generate up to 8 Chacha20 blocks in parallel
Generate up to 8 Chacha20 blocks (8*64B = 512B). Since all blocks are independent from each other, the operations made in each round can be performed simultaneously in two different execution ports, potentially doubling the throughput.
Loading
Please register or sign in to comment