Age | Commit message (Expand) | Author |
---|---|---|
2014-05-29 | Document *everything* | Matthias Schiffer |
2014-03-14 | Adjust copyright years | Matthias Schiffer |
2013-11-30 | Make the crypto implementations independent of fastd.h (and fix more minor bugs) | Matthias Schiffer |
2013-11-30 | Remove cipher and MAC contexts | Matthias Schiffer |
2013-11-29 | Compile with -std=c99 and restructure some code to ensure there is no invalid... | Matthias Schiffer |
2013-11-28 | ghash-pclmulqdq: fix one left usage of a __builtin pclmulqdq instead of the _... | Matthias Schiffer |
2013-11-28 | ghash-pclmulqdq: rework implementation to allow both GCC and Clang to generat... | Matthias Schiffer |
2013-11-28 | ghash-pclmulqdq: make byteswap a macro | Matthias Schiffer |
2013-11-28 | ghash-pclmulqdq: speed up multiplication using the Karatsuba algorithm | Matthias Schiffer |
2013-11-28 | Add a pclmulqdq ghash implementation | Matthias Schiffer |