commit | a6de77de1727d5c40fdfdf841f3e8d13e0fc0140 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Mon Aug 17 15:38:31 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Mon Aug 17 15:38:31 2009 -0700 |
tree | 9033225e8f27f7984d47c74a899a7afa05f7de43 | |
parent | 818806ad59ac09d5ee7de52891fa113ef614dbe0 [diff] |
add optimized SHA1 algorithm This optimized implementation of the SHA1 algorithm is about 28% faster than the old one (on sapphire hardware) but assumes little-endianness. Add it, but continue using the old implementation on big-endian hardware.