1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 13:40:56 +00:00

Allow unroll of PBKDF2-HMAC-SHA256 on NV

This commit is contained in:
jsteube 2016-11-25 22:04:24 +01:00
parent ef490c92d7
commit 0de908905f

View File

@ -120,9 +120,6 @@
#if KERN_TYPE == 10700 #if KERN_TYPE == 10700
#undef _unroll #undef _unroll
#endif #endif
#if KERN_TYPE == 10900
#undef _unroll
#endif
#if KERN_TYPE == 12300 #if KERN_TYPE == 12300
#undef _unroll #undef _unroll
#endif #endif
@ -204,6 +201,9 @@
#if KERN_TYPE == 10800 #if KERN_TYPE == 10800
#undef _unroll #undef _unroll
#endif #endif
#if KERN_TYPE == 10900
#undef _unroll
#endif
#if KERN_TYPE == 12800 #if KERN_TYPE == 12800
#undef _unroll #undef _unroll
#endif #endif