Removed useless comments

This commit is contained in:
jsteube
2015-12-16 11:18:57 +01:00
parent c29c7c093f
commit 9c392b472e
2 changed files with 5 additions and 8 deletions
-7
View File
@@ -103,10 +103,6 @@
#if defined _SHA1_ || defined _SAPG_ || defined _OFFICE2007_ || defined _OFFICE2010_ || defined _OLDOFFICE34_ || defined _ANDROIDFDE_ || defined _DCC2_ || defined _WPA_ || defined _MD5_SHA1_ || defined _SHA1_MD5_ || defined _PSAFE2_ || defined _LOTUS8_ || defined _PBKDF2_SHA1_ || defined _RAR3_ || defined _SHA256_SHA1_
/**
* SHA1 Functions
*/
#ifdef IS_NV
#if CUDA_ARCH >= 500
#define SHA1_F0(x,y,z) lut3_ca ((x), (y), (z))
@@ -251,9 +247,6 @@
#endif
#if defined _SHA512_ || defined _CLOUDKEY_ || defined _OFFICE2013_ || defined _PDF17L8_ || defined _PBKDF2_SHA512_
/**
* SHA512 Functions
*/
#define SHIFT_RIGHT_64(x,n) ((x) >> (n))