brenzi

Results 46 issues of brenzi

When I use this crate within a sgx enclave (https://github.com/baidu/rust-sgx-sdk) I get: ``` error: duplicate lang item in crate `std`: `f32_runtime`. | = note: first defined in crate `sgx_tstd`. error:...

If a crate has ``` #[cfg(feature = "std")] use std::vec::Vec; ``` this shouldn't result in FAILURE because the compiler switch deactivates the `use std::`

I'd like to use geo in a `no_std` build. Any chance this will be supported soon? If not on you roadmap, would you accept a PR?

blocked

In order to allow secondary use cases on top of cardano-sl, I'd need message signing/verification functionality for my addresses, similar to web3.eth.sign in ethereum

feature request

It would be great to have support for ECDSA with Brainpool curves, like BrainpoolP256r1: https://tools.ietf.org/html/rfc5639#page-11 Any plans for this?

This SDK is behind Intel's SDK for quite a while already and the supported rust compiler is very old. We currently face a deadlock because https://github.com/dtolnay/proc-macro2/pull/296 breaks our build. We...

We're currently forking jsonrpc for use in our enclave. Thanks @dingelish for your previous upgrades on `serde`. We're now stuck. If you build https://github.com/scs/substraTEE-worker/tree/upgrade-deps/enclave (build it easily in our docker:...

Dear @dingelish So far we've only done RA in debug mode, which is pointless for a real application. After talking to Intel we've learned that RA is possible in production...

Is there any chance we can make `cargo test` work with [our enclave code](https://github.com/scs/substraTEE-worker/tree/master/enclave)? it would be great if we could use standard `cargo test`. Right now we can only...