Is there any particular reason Sha3-512 is used here? https://github.com/cryptidtech/provenance-log/blob/ef969ff1e42491992b21c21209480b7dae7468e0/src/entry.rs#L358 I ask because it makes the CIDs longer. Sha2-256 or Blake3 256 would be 32 byte CIDs. Is there a reason for this extra length?
Is there any particular reason Sha3-512 is used here?
provenance-log/src/entry.rs
Line 358 in ef969ff
I ask because it makes the CIDs longer. Sha2-256 or Blake3 256 would be 32 byte CIDs.
Is there a reason for this extra length?