commit | db182c492dd20e9ca001d18c243b8c7699eae7a6 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Fri Feb 19 12:45:10 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 14 15:06:08 2021 -0400 |
tree | d54d4cda64bf44ce534d03d26ae3913f1a957746 | |
parent | b49f00a94925eca90015b8f4f464c0304663245a [diff] |
lib: Rename rsa-checksum.c to hash-checksum.c rsa-checksum.c sontains the hash_calculate() implementations. Despite the "rsa-" file prefix, this function is useful for other algorithms. To prevent confusion, move this file to lib/, and rename it to hash-checksum.c, to give it a more "generic" feel. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>