mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 23:32:21 +01:00
When in and out aren't the same pointer, for multiples of block size input: - generate the counters into the output buffer - encrypt output buffer - XOR in the input Faster than encrypting a block at a time.