You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and have it check the hash for the specified is in the sha256.txt file. Instead of looping through all the entries.
Not sure of what direction you want to take this app in, but I figured I would throw these out there, because these are two features that would heavily help.
Unfortunately, C and C++ are not my primary languages. I could add these to my own build, but the biggest concern would the first suggestion.
You can set the current working directory, however, that would leave argv and argc an argument short which shifts everything unless you define the current working directory and then manually insert that back into argv and argc so that it can be used further down in the code. Otherwise you end up with the algorithm Blake3 being used every time.
The text was updated successfully, but these errors were encountered:
If you have enough time, two proposed features would be a huge bonus to this project.
--verify
argumentexcludeSpecList
list which excludesDirHash.exe
and have it check the hash for the specified is in the sha256.txt file. Instead of looping through all the entries.
Not sure of what direction you want to take this app in, but I figured I would throw these out there, because these are two features that would heavily help.
Unfortunately, C and C++ are not my primary languages. I could add these to my own build, but the biggest concern would the first suggestion.
You can set the current working directory, however, that would leave
argv
andargc
an argument short which shifts everything unless you define the current working directory and then manually insert that back into argv and argc so that it can be used further down in the code. Otherwise you end up with the algorithm Blake3 being used every time.The text was updated successfully, but these errors were encountered: