Re: [PATCH] nettle-types: drop w field from nettle_block16

2019-07-04 Thread Dmitry Eremin-Solenikov
Hello, чт, 4 июл. 2019 г. в 10:06, Niels Möller : > > Dmitry Eremin-Solenikov writes: > > > Hmm. This patch has to wait a bit, sent it without actual testing. > > nettle_block16.w is used by eax (easy to copy with) and gcm > > (might need performance checks on 32-bit architectures). > > I would

Re: SIV-CMAC

2019-07-04 Thread Miroslav Lichvar
On Wed, Jul 03, 2019 at 06:26:07AM +0200, Nikos Mavrogiannopoulos wrote: > Looks good to me, but I'm adding Mirek in CC who is using SIV-AES-CMAC > for NTS/NTP implementation to verify that the final code is sufficient > for this implementation. I've updated my code to use the Nettle's SIV-CMAC

Re: [PATCH] nettle-types: drop w field from nettle_block16

2019-07-04 Thread Niels Möller
Dmitry Eremin-Solenikov writes: > Hmm. This patch has to wait a bit, sent it without actual testing. > nettle_block16.w is used by eax (easy to copy with) and gcm > (might need performance checks on 32-bit architectures). I would expect that using the uint64_t field is as efficient (or better,