#constant-time #oblivious-ram #crypto

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

#1662 in Cryptography

Download history 1241/week @ 2024-06-15 15/week @ 2024-06-22 1/week @ 2024-06-29 38/week @ 2024-07-06 70/week @ 2024-07-13 48/week @ 2024-07-20 112/week @ 2024-07-27 15/week @ 2024-08-03 2/week @ 2024-08-10 7/week @ 2024-08-17 9/week @ 2024-08-24 111/week @ 2024-08-31 87/week @ 2024-09-07 17/week @ 2024-09-14 226/week @ 2024-09-21 73/week @ 2024-09-28

407 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