Expand description
Implements variable length vectors. The vector is oblivious to the access pattern.
Structs§
- Eager
Vector - Implements a variable length vector. Leaks the length rounded to the next power of two. The vector is oblivious to the access pattern.
Type Aliases§
- Vector
- Implements a variable length vector. Leaks the length rounded to the next power of two. The vector is oblivious to the access pattern.