1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Added some missing changes in changes.txt

This commit is contained in:
Jens Steube 2018-11-08 13:41:16 +01:00
parent 9edc45e5d8
commit a3b8bba074

View File

@ -27,6 +27,8 @@
## Improvements
##
- Depencies: Removed gitmodules xxHash and OpenCL-Headers
- Depencies: Added xxHash and OpenCL-Headers to deps/ in order to allow building hashcat from GitHub source release package
- Memory: Reduced default maximum bitmap size from 24 to 18 and give a notice to use --bitmap-max to restore
- Memory: Limit maximum host memory to allocate depending on bitness
- Tests: Added hash-mode 11700 (Streebog-256)
@ -35,6 +37,7 @@
- Tests: Added hash-mode 11800 (Streebog-512)
- Tests: Added hash-mode 11850 (HMAC-Streebog-512 (key = $pass), big-endian)
- Tests: Added hash-mode 11860 (HMAC-Streebog-512 (key = $salt), big-endian)
- xxHash: Added support for using system-wide installation
##
## Bugs