Benchmark: Update benchmark_deep.pl with new hash modes added (also new hash modes which were added with v6.2.3)

This commit is contained in:
Jens Steube
2021-11-02 08:10:53 +01:00
parent f84aca82ca
commit db3bc8eca2
2 changed files with 16 additions and 5 deletions

View File

@@ -34,6 +34,7 @@
- Backend devices: In -S mode, limit the number of workitems so that no more than 2GB of host memory is required per backend device
- Backend devices: In non -S mode, limit the number of workitems so that no more than 4GB of host memory is required per backend device
- Backend types: The default filter for the device types is now set so that only the GPU is used, except for APPLE, where we set CPU
- Benchmark: Update benchmark_deep.pl with new hash modes added (also new hash modes which were added with v6.2.3)
- Makefile: Added wildcard include src/modules/module_*.mk directive so that plugin developers can add 3rd party libraries for their plugins
- Rejects: Disabled checking of the minimum and maximum length of the password candidate in attack-mode 9 because they are incompatible
- POCL: Added a workaround for an issue in POCL that uses a quote character as part of the path itself given to a path for the -I option