Module stack

Source
Expand description

This module implements an oblivious stack

Structsยง

Stack
Implements a stack with a fixed maximum size. The stack access pattern and size are oblivious. The stack is implemented as a linked list on top of NRORAM.