summaryrefslogtreecommitdiff
path: root/src/ppc/sha1.h
Commit message (Collapse)AuthorAgeFilesLines
* Win32 CryptoAPI and CNG support for SHA1Edward Thomson2012-11-131-26/+0
|
* Update Copyright headerschu2012-02-131-1/+1
| | | | Signed-off-by: schu <schu-github@schulog.org>
* Cleanup legal dataVicent Marti2011-09-191-2/+3
| | | | | | | | | | 1. The license header is technically not valid if it doesn't have a copyright signature. 2. The COPYING file has been updated with the different licenses used in the project. 3. The full GPLv2 header in each file annoys me.
* Add support to enable the library to use OpenSSL SHA1 functionsRamsay Jones2010-05-041-4/+4
| | | | Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
* Add assembly sha1 implementation for ppcAndreas Ericsson2010-04-141-0/+25
We don't use it yet, but now we have it there at least. All the non-trivial parts of it appears to have been written and contributed to git.git by some anonymous genius. The original implementation was done by Paul Mackerras <paulus@samba.org>. Signed-off-by: Andreas Ericsson <ae@op5.se>