summaryrefslogtreecommitdiff
path: root/src/ppc
Commit message (Collapse)AuthorAgeFilesLines
* Win32 CryptoAPI and CNG support for SHA1Edward Thomson2012-11-133-320/+0
|
* Update Copyright headerschu2012-02-132-2/+2
| | | | Signed-off-by: schu <schu-github@schulog.org>
* Tabify everythingVicent Marti2011-09-191-1/+1
| | | | | | There were quite a few places were spaces were being used instead of tabs. Try to catch them all. This should hopefully not break anything. Except for `git blame`. Oh well.
* Cleanup legal dataVicent Marti2011-09-192-7/+6
| | | | | | | | | | 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-143-0/+321
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>