~ubuntu-branches/ubuntu/lucid/openssl/lucid-proposed

« back to all changes in this revision

Viewing changes to crypto/ripemd/README

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-06-13 18:15:46 UTC
  • mto: (11.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090613181546-vbfntai3b009dl1u
Tags: upstream-0.9.8k
ImportĀ upstreamĀ versionĀ 0.9.8k

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
This is my implementation of RIPEMD-160.  The pentium assember is a little
5
5
off the pace since I only get 1050 cycles, while the best is 1013.
6
6
I have a few ideas for how to get another 20 or so cycles, but at
7
 
this point I will not bother right now.  I belive the trick will be
 
7
this point I will not bother right now.  I believe the trick will be
8
8
to remove my 'copy X array onto stack' until inside the RIP1() finctions the
9
9
first time round.  To do this I need another register and will only have one
10
10
temporary one.  A bit tricky....  I can also cleanup the saving of the 5 words