Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sha2: Avoid type-punned pointer dereference (#14314) | Brad King | 2013-07-25 | 1 | -4/+8 |
* | sha2: Zero entire SHA_CTX structure during cleanup | Brad King | 2011-11-17 | 1 | -11/+11 |
* | sha2: Suppress -Wcast-align warning from Clang | Brad King | 2011-11-17 | 1 | -0/+3 |
* | sha2: Cast safe conversions to smaller integer types | Brad King | 2011-11-17 | 1 | -6/+6 |
* | sha2: Suppress Borland warnings in third-party code | Brad King | 2011-11-16 | 1 | -0/+3 |
* | sha2: Use KWIML fixed-size integer constant macros | Brad King | 2011-11-16 | 1 | -102/+121 |
* | sha2: Use "static const" instead of "const static" declarations | Brad King | 2011-11-16 | 1 | -7/+7 |
* | sha2: Use KWIML fixed-size integer types and endian-ness | Brad King | 2011-11-16 | 1 | -29/+12 |
* | Import sha2 implementation 1.1 from Aaron D. Gifford | Brad King | 2011-06-27 | 1 | -281/+822 |
* | Import sha2 implementation 1.0 from Aaron D. Gifford | Brad King | 2011-06-27 | 1 | -0/+1064 |