Re: [PATCH v2 3/4] gcm: move block shifting function to block-internal.h

2019-09-04 Thread Dmitry Eremin-Solenikov
ср, 4 сент. 2019 г. в 23:25, Niels Möller : > > dbarysh...@gmail.com writes: > > > From: Dmitry Eremin-Solenikov > > > > Move GCM's block shift function to block-internal.h. This concludes > > moving of all Galois mul-by-2 to single header. > > I've merged patch 1-3 to the master-updates branch.

Re: [PATCH v2 3/4] gcm: move block shifting function to block-internal.h

2019-09-04 Thread Niels Möller
dbarysh...@gmail.com writes: > From: Dmitry Eremin-Solenikov > > Move GCM's block shift function to block-internal.h. This concludes > moving of all Galois mul-by-2 to single header. I've merged patch 1-3 to the master-updates branch. Thanks! Regards, /Niels -- Niels Möller. PGP-encrypted

[PATCH v2 3/4] gcm: move block shifting function to block-internal.h

2019-09-04 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Move GCM's block shift function to block-internal.h. This concludes moving of all Galois mul-by-2 to single header. Signed-off-by: Dmitry Eremin-Solenikov --- block-internal.h | 30 +- gcm.c| 30