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

no_std support #111

Closed
ibalajiarun opened this issue Feb 5, 2020 · 2 comments
Closed

no_std support #111

ibalajiarun opened this issue Feb 5, 2020 · 2 comments

Comments

@ibalajiarun
Copy link

There exists Rust SDK (https://github.com/apache/incubator-teaclave-sgx-sdk) for developing enclave applications targeting Intel SGX. This lets developers build applications in Rust that can run inside a trusted execution environment providing isolation and memory protection. To be used with the Rust SGX SDK, Rust libraries must not depend on std or should work with the std library provided with the SGX SDK.

This library is used in various places including here: poanetwork/threshold_crypto#67.

Please make pairing support no_std.

str4d added a commit that referenced this issue Aug 25, 2020
Fix off-by-one so pedersen_hash doesn't consume too many generators.
@str4d
Copy link
Member

str4d commented Sep 8, 2020

This will be closed by #115.

@str4d
Copy link
Member

str4d commented Sep 8, 2020

Correction: this has been closed by #115!

@str4d str4d closed this as completed Sep 8, 2020
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