zkcrypto / pairing

Pairing-friendly elliptic curve library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no_std support

ibalajiarun opened this issue · comments

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.

This will be closed by #115.

Correction: this has been closed by #115!