128-bit block cipher modes consolidation. As consolidated functions
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.
Showing
crypto/modes/Makefile
0 → 100644
crypto/modes/cbc128.c
0 → 100644
crypto/modes/cfb128.c
0 → 100644
crypto/modes/ctr128.c
0 → 100644
crypto/modes/modes.h
0 → 100644
crypto/modes/ofb128.c
0 → 100644
想要评论请 注册 或 登录