|
Post by AnthroHeart on May 24, 2021 22:35:50 GMT
Yeah, the HASH is of a ZIP file already containing the Nesting TXT files. The Hash would just be of that ONE ZIP file.
|
|
|
Post by reden on May 24, 2021 22:43:03 GMT
d2f0fe1918eae8a08df4e389d96e6de9598f79d0fafd9a9d14818cb21505ac99 winmults-10k-1Mrep.zip This is how the file looks like, repeated quite a lot times over.
|
|
|
Post by AnthroHeart on May 26, 2021 2:14:53 GMT
reden, I found there are 10^125 quantum states in the observable Universe. Could we have a HASH size that would represent this number, or around it? That would guarantee uniqueness to the HASH function.
|
|
|
Post by reden on May 26, 2021 2:18:23 GMT
reden , I found there are 10^125 quantum states in the observable Universe. Could we have a HASH size that would represent this number, or around it? That would guarantee uniqueness to the HASH function. The hash function I am using is SHA256, which uses 256 bits. You mean an higher one... hmmmm which could contain that? Hmmmmm
|
|
|
Post by reden on May 26, 2021 2:20:30 GMT
SHA256 contains 2^64 bits, so 2.3 exabytes or 1.8446744e+19. That is 1+19 zeros. It's not enough according to your info.
|
|
|
Post by reden on May 26, 2021 2:21:28 GMT
SHA512 contains 2^128 bits, so 3.4028237e+38. Still not enough.
|
|
|
Post by reden on May 26, 2021 2:22:25 GMT
SHA-1024 or 2048 if they existed. 2048 should have 1+154. 2^512 seems to be the number to aim for.
|
|
|
Post by AnthroHeart on May 26, 2021 2:24:23 GMT
No real worries, but how fast is the largest SHA?
|
|