Re: [PATCH 0/7] Add meta interface for MAC algorithms

2019-07-20 Thread Dmitry Eremin-Solenikov
Hello, сб, 20 июл. 2019 г. в 12:00, Daiki Ueno : > > Dmitry Eremin-Solenikov writes: > > >> Each meta interface shall provide the following 4 functions: > >> > >> nettle_set_key_func *set_key; > >> nettle_set_key_func *set_nonce; > >> nettle_hash_update_func *update; > >>

Re: [PATCH 0/7] Add meta interface for MAC algorithms

2019-07-19 Thread Dmitry Eremin-Solenikov
Hello, пт, 19 июл. 2019 г. в 16:38, Daiki Ueno : > > From: Daiki Ueno > > As discussed in: > https://lists.lysator.liu.se/pipermail/nettle-bugs/2019/007662.html > > This moves `struct nettle_mac` to nettle-meta.h and provide the meta > interface for all defined MAC algorithms. Great! > Each

[PATCH 0/7] Add meta interface for MAC algorithms

2019-07-19 Thread Daiki Ueno
From: Daiki Ueno As discussed in: https://lists.lysator.liu.se/pipermail/nettle-bugs/2019/007662.html This moves `struct nettle_mac` to nettle-meta.h and provide the meta interface for all defined MAC algorithms. Each meta interface shall provide the following 4 functions: