Skip to content
Commit a7d1d765 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

sha1: Use const where possible, and unsigned for input len



In preparation for making the hash function common, we may as well use
const where we can. Also the input length cannot be negative, but may
be very large, so use unsigned.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 6a135efc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment