File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ HashifyCLI -i "ReadAllBytes('HashifyCLI.exe')" -if "Input" -a "MD5 CRC:1 CRC:2"
4343```
4444
4545### Large computation
46- For files larger than 64 megabytes, HashifyNETCLI reads them in 64-byte chunks.
46+ For files larger than 64 megabytes, HashifyNETCLI reads them in 64-megabyte chunks.
4747
4848Make sure to use OpenRead or a similar alternative that returns a ` Stream ` and not a byte array for streaming computation support.
4949```
@@ -71,7 +71,7 @@ The command line results in something like this:
7171HashifyCLI -i "'Hello World'" -a "CRC:myCrc1 CRC:myCrc2" -cp "CRC:myCrc1=CRC32 CRC:myCrc2=CRC64"
7272```
7373
74- This will generate 2 CRC hashes, one 32 bit, and the second one is 64 bit, for the same input.
74+ This will generate 2 CRC hashes, first 32- bit and the second 64- bit, for the same input.
7575
7676The execution order for the entire process is as follows:
7777```
You can’t perform that action at this time.
0 commit comments