Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-05 | cland static code analyzer fixes | kavsrf | 1 | -3/+3 | |
2017-01-12 | Fix build error in Crypto/Whirpool.c when using LLVM Clang compiler by ↵ | Mounir IDRASSI | 1 | -4/+12 | |
disabling inline assembly in this case (caused by http://llvm.org/bugs/show_bug.cgi?id=24232) | |||||
2016-08-17 | Linux: fix compilation error on Streebog.c if SSE4.1 not enabled in compiler | Mounir IDRASSI | 1 | -0/+6 | |
2016-06-02 | Crypto: Add support for Japanese encryption standard Camellia, including for ↵ | Mounir IDRASSI | 1 | -0/+6 | |
system encryption. | |||||
2016-05-24 | Windows: fix detection of Visual Studio version to activate assembly ↵ | Mounir IDRASSI | 1 | -0/+4 | |
optimizations. | |||||
2016-05-01 | Reset bogus executable permissions | David Foerster | 1 | -0/+0 | |
2016-02-21 | Crypto: update Whirlpool implementation using latest code from Crypto++. | Mounir IDRASSI | 1 | -33/+72 | |
2015-12-31 | Cryptography: Optimize Whirlpool implementation by using public domain ↵ | Mounir IDRASSI | 1 | -0/+138 | |
assembly code developed by Wei Dai |