logos-co / nomos-specs

Nomos related specification and documentation
2 stars 2 forks source link

DA: Use blake2b for 31 bytes digests #91

Closed danielSanchezQ closed 5 months ago

danielSanchezQ commented 5 months ago

We were using modulus over sha256 which may lead to duplicates. Using 31bytes len blake2b is safer.