Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-25 | Crypto: Fix random crash in Streebog in 32-bit, caused by use of aligned ↵ | Mounir IDRASSI | 1 | -8/+8 | |
SSE2 instructions _mm_load_si128. Now we use _mm_loadu_si128 instead which is not slower than _mm_load_si128 on recent CPUs | |||||
2018-08-06 | crypto: cleaner code for Streebog carry bit handling and add comment about ↵ | Mounir IDRASSI | 1 | -5/+24 | |
missing handling of overflow caused by carry bit. | |||||
2016-08-17 | MacOSX: fix compiler warning about ALIGN macro being already defined | Mounir IDRASSI | 1 | -9/+9 | |
2016-08-17 | Linux: fix compilation error on Streebog.c if SSE4.1 not enabled in compiler | Mounir IDRASSI | 1 | -2/+4 | |
2016-08-16 | Fix compilation error in Streebog code caused by latest changes. | Mounir IDRASSI | 1 | -1/+1 | |
2016-08-16 | Windows: Fix various issues detected by static analysis. | Mounir IDRASSI | 1 | -2/+2 | |
2016-08-15 | Windows: Add support for Streebog (hash) and kuznyechik (encryption) | Mounir IDRASSI | 1 | -0/+2393 | |