Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Volume
/
Cipher.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...
Mounir IDRASSI
1
-44
/
+0
2021-08-16
MacOSX: Make AESNI availability linked to compiler target and not compilation...
Mounir IDRASSI
1
-3
/
+2
2019-12-09
Linux: fix NOASM compilation (#563) (#568)
alt3r 3go
1
-8
/
+8
2017-11-27
SIMD speed optimization for Kuznyechik cipher implementation (up to 2x speedu...
Mounir IDRASSI
1
-0
/
+48
2017-06-23
Update IDRIX copyright year
Mounir IDRASSI
1
-1
/
+1
2017-06-23
Linux/MacOSX: fix missing namespace in call to Cipher::IsHwSupportEnabled
Mounir IDRASSI
1
-1
/
+1
2017-06-21
Crypto: Add optimized Camellia assembly implementation for x86_64 based on wo...
Mounir IDRASSI
1
-0
/
+50
2016-12-07
Crypto: Add optimized Twofish assembly implementation for x86_64.
Mounir IDRASSI
1
-0
/
+33
2016-10-17
Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed gain...
Mounir IDRASSI
1
-2
/
+51
2016-10-17
Add test vectors for Kuznyechik and GOST89 (the later is deprecated)
Mounir IDRASSI
1
-1
/
+22
2016-08-15
Windows: Add support for Streebog (hash) and kuznyechik (encryption)
Mounir IDRASSI
1
-0
/
+44
2016-07-29
Crypto: Use Hyper-V AES-NI detection workaround when displaying AES hardware ...
Mounir IDRASSI
1
-1
/
+2
2016-06-19
Linux/MacOSX: Solve compilation error linked to Camellia cipher addition.
Mounir IDRASSI
1
-3
/
+3
2016-06-02
Crypto: Add support for Japanese encryption standard Camellia, including for ...
Mounir IDRASSI
1
-0
/
+23
2016-05-10
Remove trailing whitespace
David Foerster
1
-2
/
+2
2016-01-20
Copyright: update dates to include 2016.
Mounir IDRASSI
1
-1
/
+1
2015-08-06
Update license information to reflect the use of a dual license Apache 2.0 an...
Mounir IDRASSI
1
-5
/
+9
2014-11-08
Optimize code space and solve the Serpent issue (https://sourceforge.net/p/ve...
Mounir IDRASSI
1
-2
/
+2
2014-11-08
Remove remaining legacy cryptographic algorithms that are never used by VeraC...
Mounir IDRASSI
1
-73
/
+0
2014-11-08
Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Re...
Mounir IDRASSI
1
-1
/
+1
2014-11-08
Add TrueCrypt 7.1a MacOSX/Linux specific source files.
Mounir IDRASSI
1
-0
/
+314