mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
85b2c0ce7f
rely on indirect call to block functions, they are not as fast as non-consolidated routines. However, performance loss(*) is within measurement error and consolidation advantages are considered to outweigh it. (*) actually one can observe performance *improvement* on e.g. CBC benchmarks thanks to optimization, which also becomes shared among ciphers. |
||
---|---|---|
.. | ||
cbc128.c | ||
cfb128.c | ||
ctr128.c | ||
Makefile | ||
modes.h | ||
ofb128.c |