Large file (blob) hash values e.g. 5GB of zeros #3513
Replies: 3 comments 7 replies
-
I checked the test on Linux and it passed. Seems that WSL is also affected by the
|
Beta Was this translation helpful? Give feedback.
-
You could set |
Beta Was this translation helpful? Give feedback.
-
Extra query: how to set the hash to sha256 for the Looking to use the |
Beta Was this translation helpful? Give feedback.
-
I'm looking at an initial small change for the
long
->size_t
conversion, but I need some reference hash values for testing.The current test code I'm using is:
but the value determined using WSL doesn't match my updated code.
Would someone be able to check/confirm what the expected hash should be on a linux box?
If a sha256 was also available that would be even better.
Aside: does the GitHub CI allow these EXPENSIVE tests to be performed, and any pointers as to how to initiate a single test?
Beta Was this translation helpful? Give feedback.
All reactions