Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-12-11 | Crypto: small speed optimization of Streebog and removal of unused macro | Mounir IDRASSI | 1 | -35/+17 |
2020-07-25 | Remove unused variable in Streebog implementation | Mounir IDRASSI | 1 | -97/+0 |
2020-06-25 | Crypto: Fix random crash in Streebog in 32-bit, caused by use of aligned SSE2... | Mounir IDRASSI | 1 | -8/+8 |
2018-08-06 | crypto: cleaner code for Streebog carry bit handling and add comment about mi... | Mounir IDRASSI | 1 | -5/+24 |
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 |