]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
[PATCH] PPC assembly implementation of SHA1
authorPaul Mackerras <paulus@samba.org>
Sat, 23 Apr 2005 06:08:43 +0000 (23:08 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 23 Apr 2005 06:08:43 +0000 (23:08 -0700)
commita6ef3518f9ac8a1c46a36c8d27173b1f73d839c4
treee6d3a81c30ad237102e2ca82f3dfc57d0b9f0ddf
parentb5af9107270171b79d46b099ee0b198e653f3a24
[PATCH] PPC assembly implementation of SHA1

Here is a SHA1 implementation with the core written in PPC assembly.
On my 2GHz G5, it does 218MB/s, compared to 135MB/s for the openssl
version or 45MB/s for the mozilla version.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile
ppc/sha1.c [new file with mode: 0644]
ppc/sha1.h [new file with mode: 0644]
ppc/sha1ppc.S [new file with mode: 0644]