sgx-keyreq 0.2.1

Provides a stable/no-std compatible library for requesting SGX keys
Documentation
1
2
3
4
5
6
7
extern crate cc;

fn main() {
    let mut builder = cc::Build::new();
    let build = builder.file("src/trts_pic.S").include("trts_pic");
    build.compile("trts_pic");
}