#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

#830 in Cryptography

Download history 92/week @ 2024-07-17 34/week @ 2024-07-24 94/week @ 2024-07-31 8/week @ 2024-08-07 3/week @ 2024-08-14 8/week @ 2024-08-21 11/week @ 2024-08-28 129/week @ 2024-09-04 69/week @ 2024-09-11 104/week @ 2024-09-18 192/week @ 2024-09-25 14/week @ 2024-10-02 2/week @ 2024-10-09 9/week @ 2024-10-16 217/week @ 2024-10-23 1/week @ 2024-10-30

229 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