]> git.ozlabs.org Git - ccan/history - ccan/crypto
ciniparser: Make key arguments const
[ccan] / ccan / crypto /
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 Griffithsripemd160: Remove unused static function Initialize()
2016-08-22 Jon Griffithsripemd160: Declare variable at the start of its function
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-08-22 Jon Griffithsripemd160: Fix a name typo
2016-08-22 Jon Griffithsripemd160: Mark parameters as potentially unused
2016-05-31 Rusty Russellcrypto/siphash: new module.
2016-04-29 David GibsonClean up use of 'rm' in Makefiles
2016-03-08 Rusty Russellshachain: clarify design in terms of binary tree, rever...
2015-07-09 Rusty Russellcrypto/sha256: add license file for intel code in bench...
2015-07-08 Rusty Russellcrypto/ripemd160: new module.
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/shachain: examples and some documentation.
2015-05-25 Rusty Russellcrypto/shachain: enforce that indexes have to be added...
2015-05-25 Rusty Russellcrypto/shachain: detect if we're inserting a bogus...
2015-05-25 Rusty Russellcrypto/shachain: a bit more common code.
2015-05-25 Rusty Russellcrypto/shachain: add design document.
2015-05-25 Rusty Russellcrypto/shachain: new module
2015-05-25 Rusty Russellcrypto/sha256: new module.