]> git.ozlabs.org Git - ccan/history - ccan/crypto/sha256
xtea: new module.
[ccan] / ccan / crypto / sha256 /
2018-08-10 Kazuhiro SeraFix typos detected by github.com/client9/misspell
2016-08-30 Rusty RussellMerge remote-tracking branch 'origin/pr/48'
2016-08-30 Jon Griffithssha256: Use hex for test results
2016-08-29 Jon Griffithssha256: Simplify test
2016-08-23 Rusty RussellMerge remote-tracking branch 'origin/pr/47'
2016-08-23 Rusty RussellMerge remote-tracking branch 'origin/pr/46'
2016-08-23 Rusty RussellMerge remote-tracking branch 'origin/pr/45'
2016-08-22 Jon Griffithssha256: Use fewer magic magic numbers
2016-08-22 Jon Griffithssha256: Move 'bytes' to the end of sha256_ctx and make...
2016-08-22 Jon Griffithssha256: Use the same union order as the ctx structure
2016-08-22 Jon Griffithssha256: Make our u32 and u8 fields the same size
2016-08-22 Jon Griffithssha256: Mark parameters as potentially unused
2016-08-22 Jon Griffithscrypto: Comment typo
2016-08-22 Jon Griffithscrypto: Remove C++ comments
2016-04-29 David GibsonClean up use of 'rm' in Makefiles
2015-07-09 Rusty Russellcrypto/sha256: add license file for intel code in bench...
2015-07-08 Rusty Russellcrypto/sha256: fix up CCAN_CRYPTO_SHA256_USE_OPENSSL...
2015-06-25 Rusty Russellcrypto/sha256: include Intel ASM versions in benchmarks.
2015-06-25 Rusty Russellcrypto/sha256: add benchmark.
2015-05-27 Rusty Russellcrypto/sha256: simplify interface.
2015-05-25 Rusty Russellcrypto/sha256: new module.