
9 May
2024
9 May
'24
4:53 p.m.
On Thu, May 09, 2024 at 07:37:40AM -0700, Raymond Mao wrote:
Use of typedef is beneficial for porting with other crypto libs without changing the API callers. Secondly, it is for the code consistency with other digest libs. SHA1, SHA256 and SHA512 are all using typedef for their context.
Signed-off-by: Raymond Mao raymond.mao@linaro.org
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom