Skip to content
Commit 0fe031dd authored by Raymond Mao's avatar Raymond Mao Committed by Tom Rini
Browse files

md5: Use typedef for MD5 context



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: default avatarRaymond Mao <raymond.mao@linaro.org>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarIlias Apalodimas <ilias.apalodimas@linaro.org>
parent 329bb667
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment