Re: [PATCH 3/5] block-internal: add block XORing functions

2019-09-03 Thread Dmitry Eremin-Solenikov
Hello, вт, 3 сент. 2019 г. в 20:05, Niels Möller : > > dbarysh...@gmail.com writes: > > > From: Dmitry Eremin-Solenikov > > > > Add common implementations for functions doing XOR over > > nettle_block16/nettle_block8. > > I've merged the first two patches. Thanks! Do you know if anyone is using

Re: [PATCH 3/5] block-internal: add block XORing functions

2019-09-03 Thread Niels Möller
dbarysh...@gmail.com writes: > From: Dmitry Eremin-Solenikov > > Add common implementations for functions doing XOR over > nettle_block16/nettle_block8. I've merged the first two patches. Thanks! Do you know if anyone is using GCM_TABLE_BITS 4? I've tested that it still works, both before and

[PATCH 3/5] block-internal: add block XORing functions

2019-08-26 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Add common implementations for functions doing XOR over nettle_block16/nettle_block8. Signed-off-by: Dmitry Eremin-Solenikov --- Makefile.in | 3 +- block-internal.h | 93 cmac.c | 11 +++---