On 08.11.2013 15:43, Jussi Kivilinna wrote: > On 08.11.2013 12:03, Dmitry Eremin-Solenikov wrote: >> +#define GHASH(c, result, buf) ghash (result, buf, c->gcm_table); > > Following is faster: > But does not work on big-endian :P -Jussi