Fixed false negative in all VeraCrypt hash-modes if both conditions are met: 1. use CPU for cracking and 2. PIM range was used

This commit is contained in:
Jens Steube
2021-07-20 11:31:31 +02:00
parent 92dc57df28
commit 777512e862
17 changed files with 40 additions and 16 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
- Fixed autotune unitialized tmps variable for slow hashes by calling _init kernel before calling _loop kernel
- Fixed datatype in function sha384_hmac_init_vector_128() that could come into effect if vector datatype was manually set
- Fixed false negative in all VeraCrypt hash-modes if both conditions are met: 1. use CPU for cracking and 2. PIM range was used
##
## Improvements