#constant-time #crypto #oblivious-ram

no-std mc-oblivious-traits

Traits and interfaces for components related to Oblivious data structures

4 stable releases

2.3.0 Mar 24, 2023
2.2.0 Mar 12, 2022
2.0.0 Apr 17, 2021
1.0.0 Mar 9, 2021

#521 in Cryptography

Download history 451/week @ 2023-11-20 442/week @ 2023-11-27 601/week @ 2023-12-04 878/week @ 2023-12-11 71/week @ 2023-12-18 3/week @ 2023-12-25 693/week @ 2024-01-01 594/week @ 2024-01-08 328/week @ 2024-01-15 394/week @ 2024-01-22 236/week @ 2024-01-29 394/week @ 2024-02-05 333/week @ 2024-02-12 462/week @ 2024-02-19 411/week @ 2024-02-26 75/week @ 2024-03-04

1,327 downloads per month
Used in 2 crates

GPL-3.0 license

125KB
1.5K SLoC

mc-oblivious-traits

Traits defining interfaces for Oblivious RAM, a backing storage supporting Oblivious RAM, and Oblivious Maps, in terms of fixed-size chunks of aligned bytes.


lib.rs:

Traits for different pieces of ORAM, from the level of block storage up to an oblivious map. These are all defined in terms of fixed-length chunks of bytes and the A8Bytes object from the aligned-cmov crate.

There is also a naive implementation of the ORAM storage object for tests.

Dependencies

~355KB