forked from monero-project/monero
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Some issues with the TXID calculation:
- Doesn't explain why the input key images are hashes twice. IMO it's sufficient to have them in the prefix, which would save 1 hash.
- The final hash hashes more than 128 bytes of data, which requires two calls to the Blake2b compression function. This has the same performance impact as one additional hash. Since 3 hashes take 96 bytes, the domain separation stuff could still fit into the remaining 32 bytes if it was less verbose.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels