Mounir IDRASSI
|
20e0247471
|
Crypto: small speed optimization of Streebog and removal of unused macro
|
2020-12-11 02:11:59 +01:00 |
|
Mounir IDRASSI
|
27a45037df
|
Remove unused variable in Streebog implementation
|
2020-07-25 22:52:38 +02:00 |
|
Mounir IDRASSI
|
7d1724e93b
|
Crypto: Fix random crash in Streebog in 32-bit, caused by use of aligned SSE2 instructions _mm_load_si128. Now we use _mm_loadu_si128 instead which is not slower than _mm_load_si128 on recent CPUs
|
2020-06-25 01:32:39 +02:00 |
|
Mounir IDRASSI
|
a11cada735
|
crypto: cleaner code for Streebog carry bit handling and add comment about missing handling of overflow caused by carry bit.
|
2018-08-06 00:13:15 +02:00 |
|
Mounir IDRASSI
|
c6d5b30704
|
MacOSX: fix compiler warning about ALIGN macro being already defined
|
2016-08-17 22:18:01 +02:00 |
|
Mounir IDRASSI
|
a72c7bcd6a
|
Linux: fix compilation error on Streebog.c if SSE4.1 not enabled in compiler
|
2016-08-17 08:36:31 +02:00 |
|
Mounir IDRASSI
|
625259d226
|
Fix compilation error in Streebog code caused by latest changes.
|
2016-08-16 12:42:44 +02:00 |
|
Mounir IDRASSI
|
ce76957a10
|
Windows: Fix various issues detected by static analysis.
|
2016-08-16 10:04:07 +02:00 |
|
Mounir IDRASSI
|
e90e24b30b
|
Windows: Add support for Streebog (hash) and kuznyechik (encryption)
|
2016-08-15 01:09:11 +02:00 |
|