-
Notifications
You must be signed in to change notification settings - Fork 263
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
schnorrkel (with no_std support) doesn't work with sgx #93
Comments
By default this library uses |
ok, I see. But now I get:
It seems I'll have to fork schnorrkel and put
Or do you have other ideas? |
it looks like they messed up the no-std feature, they don't import |
problem needs to be solved upstream |
I'm currently trying to use
https://github.com/w3f/schnorrkel
within an sgx enclave here:
https://github.com/scs/substraTEE-worker/blob/37c76121c4bbf4e3eee210b29e7c4f2d5de1ada9/enclave/src/lib.rs#L35
The library supports
#[no_std]
. As @dingelish wrote here, this crate should be automatically supported, right?However, if I add
I get the usual std collision:
Any help is appreciated
The text was updated successfully, but these errors were encountered: