Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add generic hash API | Simon Glass | 2012-12-11 | -0/+221 |
We have a SHA1 command and want to add a SHA256 command also. Instead of duplicating the code, create a generic hash API which can process commands for different algorithms. Signed-off-by: Simon Glass <sjg@chromium.org> |