]> git.ozlabs.org Git - ccan/history - ccan/crypto/sha256/sha256.h
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / crypto / sha256 / sha256.h
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: 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 Griffithscrypto: Comment typo
2016-08-22 Jon Griffithscrypto: Remove C++ comments
2015-05-27 Rusty Russellcrypto/sha256: simplify interface.
2015-05-25 Rusty Russellcrypto/sha256: new module.