Add assembly sha1 implementation for ppc
commitd15e94c0d4eb0fe06dd1e25d7e9e3c4940417f56
authorAndreas Ericsson <ae@op5.se>
Wed, 14 Apr 2010 18:23:36 +0000 (14 20:23 +0200)
committerAndreas Ericsson <ae@op5.se>
Wed, 14 Apr 2010 18:23:36 +0000 (14 20:23 +0200)
tree72afab8fbae47da683ed24f4a3b5deb01c73ea9e
parenta7335c5170f4a963c8d67782fa35222d03d8a16b
Add assembly sha1 implementation for ppc

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>
src/ppc/sha1.c [new file with mode: 0644]
src/ppc/sha1.h [new file with mode: 0644]
src/ppc/sha1ppc.S [new file with mode: 0644]