Skip to content
  • Simon Glass's avatar
    Add generic hash API · 460408ef
    Simon Glass authored
    
    
    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: default avatarSimon Glass <sjg@chromium.org>
    460408ef