spacemeshos / research

Spacemesh research tasks tracking issues
2 stars 0 forks source link

Unify use of hash functions across the whole platform #1

Open avive opened 4 years ago

avive commented 4 years ago

Iddo: blake3-224 or standard blake3-256 or blake2-224, note that blake3 is faster in large part because of reduced rounds (other than that it has better parallelism), we won't make final decision yet, the only thing you might care about for now is the output size, it'd be either 28 bytes or 32 bytes, btw we created ready to use blake3-224 private library.

avive commented 4 years ago

So what is the recommended specific hash function and its variant for sm 0.2 ?