From: Paul Mackerras Date: Sat, 23 Apr 2005 06:08:43 +0000 (-0700) Subject: [PATCH] PPC assembly implementation of SHA1 X-Git-Tag: v0.99~775 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a6ef3518f9ac8a1c46a36c8d27173b1f73d839c4?ds=inline;hp=a6ef3518f9ac8a1c46a36c8d27173b1f73d839c4 [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 Signed-off-by: Linus Torvalds ---