Re: [PATCH 4/5] block modes: move Galois shifts to block-internal.h

2019-09-03 Thread Dmitry Eremin-Solenikov
вт, 3 сент. 2019 г. в 20:26, Niels Möller : > > dbarysh...@gmail.com writes: > > > From: Dmitry Eremin-Solenikov > > > > Move Galois polynomial shifts to block-internal.h, simplifying common > > code. GCM is left unconverted for now, this will be fixed later. > > Thanks for cleaning this up! Some

Re: [PATCH 4/5] block modes: move Galois shifts to block-internal.h

2019-09-03 Thread Niels Möller
dbarysh...@gmail.com writes: > From: Dmitry Eremin-Solenikov > > Move Galois polynomial shifts to block-internal.h, simplifying common > code. GCM is left unconverted for now, this will be fixed later. Thanks for cleaning this up! Some comments below. > --- a/block-internal.h > +++ b/block-inte

[PATCH 4/5] block modes: move Galois shifts to block-internal.h

2019-08-26 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Move Galois polynomial shifts to block-internal.h, simplifying common code. GCM is left unconverted for now, this will be fixed later. Signed-off-by: Dmitry Eremin-Solenikov --- Makefile.in | 2 +- block-internal.h | 76