Tatsuhiro Tsujikawa
|
b1132d6b10
|
make clang-format using clang-format-3.6
|
2015-12-27 18:40:08 +09:00 |
Dan Fandrich
|
0538aa40da
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
Nils Maier
|
84bd18b9a1
|
Merge crypto_* from upstream
Revert "Fix typo"
This reverts commit 4dfd8b8847 .
Revert "MinGW: Fix compiler warning with -Wstrict-aliasing"
This reverts commit 897f0e87f4 .
|
2014-07-11 04:11:03 +02:00 |
Tatsuhiro Tsujikawa
|
897f0e87f4
|
MinGW: Fix compiler warning with -Wstrict-aliasing
The error message is:
warning: dereferencing type-punned pointer will break strict-aliasing
rules [-Wstrict-aliasing]
|
2014-07-10 00:28:16 +09:00 |
Nils Maier
|
8587669995
|
Fix big endianess support in InternalMessageDigest and PBKDF2
- Replace sha1/md5 implementation by ones from https://github.com/nmaier/crypto
- Add endianess functionality fro https://github.com/nmaier/crypto
Closes GH-239
|
2014-06-24 20:45:05 +02:00 |