mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-17 03:09:29 +00:00
BREAKING! Before: The ciphertext key got generated via using the commmitment and its index as the key. After: The ciphertext key replaces the commitment dependence by a nullifier dependence, still making the key unique by global state. The nullifier is assumed to be the nullifier of the pre-state of the account. Mitigation: Use the new decryption algorithm.