I'm trying to use this lib within sgx using https://github.com/baidu/rust-sgx-sdk It seems that `#[no_std]` is broken as std gets pulled in in places (like context.rs). Also `alloc` is not imported @elichai commented the following: https://github.com/baidu/rust-sgx-sdk/issues/93#issuecomment-487576736 I'll need schnorrkel to support sgx for [substraTEE](https://github.com/scs/substraTEE)