summaryrefslogtreecommitdiff
path: root/include/sha256.h
Commit message (Collapse)AuthorAgeLines
* sha256: Use const where possible and add watchdog functionSimon Glass2012-12-11-1/+7
| | | | | | | | | In preparation for making the hash function common, we may as well use const where we can. Also add a watchdog version of the hashing function. Signed-off-by: Simon Glass <sjg@chromium.org>
* include/sha256.h: fix file permissions.Wolfgang Denk2008-07-06-0/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* add SHA256 supportJean-Christophe PLAGNIOL-VILLARD2008-06-30-0/+16
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>