Re: [PATCH 1/7] hmac: Add set_key_expanded function

2019-07-19 Thread Dmitry Eremin-Solenikov
Hello, пт, 19 июл. 2019 г. в 16:38, Daiki Ueno : > > From: Daiki Ueno > > This adds a set_key_expanded to all HMACs, to provide a compatible > signature with nettle_set_key_func. This function is similar to > set_key, but assumes the input is already expanded to the hash block > size. I'd

[PATCH 1/7] hmac: Add set_key_expanded function

2019-07-19 Thread Daiki Ueno
From: Daiki Ueno This adds a set_key_expanded to all HMACs, to provide a compatible signature with nettle_set_key_func. This function is similar to set_key, but assumes the input is already expanded to the hash block size. Signed-off-by: Daiki Ueno --- hmac-md5.c | 7 +++