diff options
author | 2014-06-06 20:18:20 +0000 | |
---|---|---|
committer | 2014-06-06 20:18:20 +0000 | |
commit | c34dff35f77e0533520765c5b86bda16b84db35b (patch) | |
tree | 8e5d9284cc1d9a2b796e686323430ea3745af565 /lib/libssl/src/crypto/ripemd | |
parent | Update description of optional argument "datalen" to reality. (diff) | |
download | wireguard-openbsd-c34dff35f77e0533520765c5b86bda16b84db35b.tar.xz wireguard-openbsd-c34dff35f77e0533520765c5b86bda16b84db35b.zip |
s/assember/assembler/ before someone gets offended. At the last
hackathon, just saying 'ass ember' was enough to start giggles.
Unfortunately far more offensive stuff remains in here...
Diffstat (limited to 'lib/libssl/src/crypto/ripemd')
-rw-r--r-- | lib/libssl/src/crypto/ripemd/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/ripemd/README b/lib/libssl/src/crypto/ripemd/README index f1ffc8b1340..5e18d458664 100644 --- a/lib/libssl/src/crypto/ripemd/README +++ b/lib/libssl/src/crypto/ripemd/README @@ -1,7 +1,7 @@ RIPEMD-160 http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html -This is my implementation of RIPEMD-160. The pentium assember is a little +This is my implementation of RIPEMD-160. The pentium assembler is a little off the pace since I only get 1050 cycles, while the best is 1013. I have a few ideas for how to get another 20 or so cycles, but at this point I will not bother right now. I believe the trick will be |