]> git.ozlabs.org Git - ccan/history - ccan/crypto
htable: add allocator hooks.
[ccan] / ccan / crypto /
2018-10-12 Rusty Russellcrypto/shachain/tools: update to new rbuf API.
2018-08-10 Kazuhiro SeraFix typos detected by github.com/client9/misspell
2018-07-04 Rusty Russellccan/structeq: make it safe when there's padding.
2017-08-15 Rusty Russellshachain: remove unnecessary shachain_index_t
2017-08-15 Rusty Russellshachain: add shachain_next_index()
2017-04-05 David Gibsoncrypto/ripemd160: Correct badly sized union member
2016-12-05 Rusty Russellshachain: allow overriding of number of bits, add cmdli...
2016-12-05 Rusty Russellhkdf_sha256: okm is a void *.
2016-11-30 Rusty Russellcrypto/hkdf_sha256: new module.
2016-11-30 Rusty Russellcrypto/hmac_sha256: add partial progress functions.
2016-11-30 Rusty Russellcrypto/hmac_sha256: new module.
2016-11-21 David GibsonMerge Makefile rewrite into master
2016-11-06 Rusty RussellMark unused arguments in many modules.
2016-08-31 Jon GriffithsAdd a SHA512 implementation
2016-08-30 Rusty RussellMerge remote-tracking branch 'origin/pr/48'
2016-08-30 Rusty RussellMerge remote-tracking branch 'origin/pr/50'
2016-08-30 Jon Griffithssha256: Use hex for test results
2016-08-29 Jon Griffithsshachain: Fix signed/unsigned mismatches
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 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.