Skip to content

Conversation

FishmanL
Copy link

@FishmanL FishmanL commented Apr 3, 2020

The code is relatively simple -- I just used the RGSL package for laplacian noise which I generate, take the absolute value of, double (since I'm only taking 1 tail) and then subtract it from the distance before comparing it to the minimum.

@lacabra lacabra self-requested a review April 8, 2020 21:32
@lacabra
Copy link
Contributor

lacabra commented Apr 8, 2020

Thanks @FishmanL, I've taken a look at your PR. I've made some small adjustments but this PR won't compile because the RGSL library depends on features from the std library which are not available inside SGX, and that one cannot disable.

@reuvenpo do you have any suggestions?

@FishmanL
Copy link
Author

FishmanL commented Apr 8, 2020

@lacabra
Copy link
Contributor

lacabra commented Apr 8, 2020

Possibly. That's outside my knowledge of SGX+Rust. That's why I tagged Reuven in my previous comment. I'll let him respond.

@assafmo
Copy link
Contributor

assafmo commented Apr 19, 2020

Hi @FishmanL, we can only use no_std-enabled crates inside the enclave, so please use a GSL library with no_std support and make sure the project compiles on your machine. 😊

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

Successfully merging this pull request may close these issues.

3 participants