Open
Description
We should improve the way our ORAM implementation handles nonces. As of right now, it increments a counter each time a query is performed, but does not do anything when this rolls over. In practice, an attacker able to execute 1M queries per second will require 584Kyears to make the nonce roll over, but it's good to just add a panic!
when the nonce would roll over in case our assumptions are wrong.
Metadata
Metadata
Assignees
Type
Projects
Status
Todo