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

Oblivious array size #81

Open
mahmoudnabil opened this issue Jan 19, 2019 · 2 comments
Open

Oblivious array size #81

mahmoudnabil opened this issue Jan 19, 2019 · 2 comments

Comments

@mahmoudnabil
Copy link

Is there a limitation on the size of the oblivious arrays, I tried to create 2d oblivious array with size > 150 X 150 and I am getting errors when I use feedobliv, is there such limitation?

@weikengchen
Copy link
Contributor

I think in this case, space needs to be initialized via malloc instead of obliv int arr[150][150].

@mahmoudnabil
Copy link
Author

yes, malloc worked with me. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants