Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only use faster SHA-1 code on machines with good libc | Doug Zongker | 2009-08-21 | 1 | -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 algorithm | Doug Zongker | 2009-08-17 | 1 | -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/@135843 | The Android Open Source Project | 2009-03-03 | 2 | -0/+112 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 2 | -112/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 2 | -0/+112 |