commit | 82811d52b4b9c6ecd61a92d42b9ade1a7d05485e | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@gmail.com> | Sat Mar 02 16:05:48 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 06 21:42:14 2024 -0500 |
tree | 1aad780d0ffc2c058156d05c17ff1009dad989e1 | |
parent | 98907cd764edbeedba3e29aee6c357484ea50a22 [diff] |
cmd: md5sum: use hash_command Drop old implementation and use hash_command() instead, as how it's currently done for crc32 and sha1sum cmds. Test: => md5sum 0x60000000 0x200 md5 for 60000000 ... 600001ff ==> e6bbbe95f5b41996f4a9b9af7bbd4050 Signed-off-by: Igor Opaniuk <igor.opaniuk@gmail.com>