commit | 496c0062324ee7fd7d8ad48f1f5143c1dbad82e8 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Thu Dec 19 14:05:50 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 18 17:12:47 2025 -0600 |
tree | a218968fa263d5d460a9700a195066c029c0e2df | |
parent | 0836a2a21660f4892c5c9a662e39e4efe67ed9e5 [diff] |
lib: sha256: add feature sha256_hmac Adds the support of the hmac based on sha256. This implementation is based on rfc2104. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Raymond Mao <raymond.mao@linaro.org>