Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/circuit oram #2623

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Feature/circuit oram #2623

wants to merge 3 commits into from

Conversation

wjuan-mob
Copy link
Contributor

Motivation

Future Work

Soundtrack of this PR


// These are the requirements on the storage, this is imposed by the choice of
// oram algorithm

/// The storage data size which OSC must be able to support
pub type StorageDataSize = U4096;
/// The storage meta size which OSC must be able to support
pub type StorageMetaSize = U64;
pub type StorageMetaSize = U32;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is going down because the bucket size is two now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Because we're going from 16x4 to 16x2.

@cbeck88 cbeck88 added the old-v4.0.0 Blocker for v4 label Oct 9, 2022
@cbeck88 cbeck88 removed the old-v4.0.0 Blocker for v4 label Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs Review
Development

Successfully merging this pull request may close these issues.

None yet

2 participants