[PATCH] Add CFB8 - Cipher Feedback 8-bit block cipher mode

2018-01-12 Thread Dmitry Eremin-Solenikov
Add CFB variant with 8-bit segment size. Signed-off-by: Dmitry Eremin-Solenikov --- cfb.c | 75 + cfb.h | 35 ++ nettle.texinfo| 96 +-- testsuite/cfb-test.c | 103

Re: [PATCH 0/8] Implement Curve448 ECDH and Ed448

2018-01-12 Thread Daiki Ueno
ni...@lysator.liu.se (Niels Möller) writes: > I think there are three main pieces left to integrate. > > 1. Curve operations to support Curve448 (i.e., diffie-hellman >operations). I have made some progress, on my curve448 branch, > > 2. SHAKE 128/256. I think I had some question on the

Re: cmac

2018-01-12 Thread Nikos Mavrogiannopoulos
On Fri, 2018-01-12 at 11:51 +0100, Nikos Mavrogiannopoulos wrote: > On Wed, 2018-01-10 at 11:24 +0100, Niels Möller wrote: > > Nikos Mavrogiannopoulos writes: > > > > > The attached patch brings support for AES-128-CMAC. The code is > > > based > > > on the samba code. > > > >