zig/lib/std/crypto/aes
Frank Denis 0adc144f88 std/crypto: adjust aesni parallelism to CPU models
Intel keeps changing the latency & throughput of the aes* and clmul
instructions every time they release a new model.

Adjust `optimal_parallel_blocks` accordingly, keeping 8 as a safe
default for unknown data.
2020-10-28 21:44:00 +02:00
..
aesni.zig std/crypto: adjust aesni parallelism to CPU models 2020-10-28 21:44:00 +02:00
armcrypto.zig Fix a typo (s/multple/multiple/) 2020-10-24 07:57:34 +02:00
soft.zig Fix a typo (s/multple/multiple/) 2020-10-24 07:57:34 +02:00