summaryrefslogtreecommitdiffstats
path: root/lib/sha1.c
Commit message (Collapse)AuthorAgeFilesLines
* sha1: Use const where possible, and unsigned for input lenSimon Glass2012-12-111-8/+11
| | | | | | | | 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: Simon Glass <sjg@chromium.org>
* Rename lib_generic/ to lib/Peter Tyser2010-04-131-0/+452
Now that the other architecture-specific lib directories have been moved out of the top-level directory there's not much reason to have the '_generic' suffix on the common lib directory. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
OpenPOWER on IntegriCloud