How to use hashcat opencl sha256_update function if buf is larger than 64 bytes?
I’m trying to change the logic of one of the modules, adding sha256 instead of other hashing.
The problem is that the data for the hash exceeds the buffer limit of 64 bytes.