openssl/crypto/modes
Andy Polyakov e747f4d418 gcm128.c: P.-M. Hager has tipped about possibility to fold reductions
in gcm_ghash_4bit. Taking the idea a step further I've added extra
256+16 bytes of per-key storage, so that one can speak about 3rd variant
in addition to "256B" and "4KB": "528B" one. Commonly it should be
~50% faster than "256B" implementation or ~25% slower than "4KB" one.
2010-05-26 21:36:36 +00:00
..
asm ghash-x86.pl: MMX optimization (+20-40%) and commentary update. 2010-05-23 12:37:01 +00:00
.cvsignore Add standard .cvsignore file. 2008-12-29 00:27:06 +00:00
cbc128.c "Jumbo" update for crypto/modes: 2010-05-04 19:23:02 +00:00
cfb128.c "Jumbo" update for crypto/modes: 2010-05-04 19:23:02 +00:00
ctr128.c "Jumbo" update for crypto/modes: 2010-05-04 19:23:02 +00:00
cts128.c "Jumbo" update for crypto/modes: 2010-05-04 19:23:02 +00:00
gcm128.c gcm128.c: P.-M. Hager has tipped about possibility to fold reductions 2010-05-26 21:36:36 +00:00
Makefile "Jumbo" update for crypto/modes: 2010-05-04 19:23:02 +00:00
modes.h "Jumbo" update for crypto/modes: 2010-05-04 19:23:02 +00:00
modes_lcl.h "Jumbo" update for crypto/modes: 2010-05-04 19:23:02 +00:00
ofb128.c "Jumbo" update for crypto/modes: 2010-05-04 19:23:02 +00:00