Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Crypto
/
Crypto.vcxproj
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-27
SIMD speed optimization for Kuznyechik cipher implementation (up to 2x speedu...
Mounir IDRASSI
1
-0
/
+1
2017-07-09
Windows: generate pdb files for binaries in order to help investigate crashes...
Mounir IDRASSI
1
-4
/
+2
2017-06-27
Windows: use yasm define __YASM__ for compatibility with the assembly changes...
Mounir IDRASSI
1
-24
/
+24
2017-06-23
Crypto: Add optimized SHA-512 and SHA-256 assembly implementations for x86_64...
Mounir IDRASSI
1
-0
/
+83
2017-06-21
Crypto: Add optimized Camellia assembly implementation for x86_64 based on wo...
Mounir IDRASSI
1
-0
/
+20
2016-12-07
Crypto: Add optimized Twofish assembly implementation for x86_64.
Mounir IDRASSI
1
-0
/
+11
2016-10-17
Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed gain...
Mounir IDRASSI
1
-2
/
+4
2016-08-15
Windows: Add support for Streebog (hash) and kuznyechik (encryption)
Mounir IDRASSI
1
-0
/
+4
2016-08-15
Windows: Add Magma cipher (GOST-89)
Mounir IDRASSI
1
-0
/
+12
2016-06-17
Windows: Use Visual C++ 2010 instead of Visual C++ 2008.
Mounir IDRASSI
1
-0
/
+241