mmc-utils: RPMB: add HMAC SHA256 support
RPMB requires digital signature of the message. Take the implementation of HMAC SHA256 from this place https://github.com/ogay/hmac.git Actually this is BSD license, IANAL but according to my understanding nothing terrible will happen if we provide all the original copyrights. Signed-off-by: Roman Pen <r.peniaev@gmail.com> Cc: Ben Gardiner <bengardiner@nanometrics.ca> Signed-off-by: Chris Ball <chris@printf.net>
3rdparty/hmac_sha/sha2.c
0 → 100644
3rdparty/hmac_sha/sha2.h
0 → 100644
Please register or sign in to comment