summaryrefslogtreecommitdiffstats
path: root/include/mincrypt
Commit message (Collapse)AuthorAgeFilesLines
* only use faster SHA-1 code on machines with good libcDoug Zongker2009-08-211-2/+1
| | | | | Macs don't have byteswap.h or endian.h. Change conditionals to only use the faster SHA-1 code on little-endian machines with byteswap.h.
* add optimized SHA1 algorithmDoug Zongker2009-08-171-10/+18
| | | | | | | 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.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-032-0/+112
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-032-112/+0
|
* Initial ContributionThe Android Open Source Project2008-10-212-0/+112