Elichai Turkel

Results 266 comments of Elichai Turkel

Note: Using the following implementation still produces CT code but is much more performant: (https://godbolt.org/z/ercfrT4M1) (and also doesn't require forcing a newer `subtle` crate version) ```rust pub fn is_canonical(&self) ->...

@cuviper Now that Zeroize does zero out the full capacity, would you accept a PR for this? I agree that it doesn't solve realloc and a lot of other problems,...

@cuviper IMHO that's already better than nothing, and we can push experimentations/thoughts about how to handle temporaries to the future, maybe the future allocator api could be involved here. (It...

Argh, I was just about to open a PR adding those implementations and I've stumbled upon this issue. Is there anything that can be done here? I'd rather not allocate...

Try and compile without `--release` and see if it's the same error as this : https://github.com/baidu/rust-sgx-sdk/issues/105 It probably is. Right now I still use a fork of wasmi with `sgx_tstd`,...

https://github.com/enigmampc/wasmi/tree/sgx-1.0.7

@jschwe > Instead of adding the dummy example library, you should also be able to to use [add_dependencies](https://cmake.org/cmake/help/latest/command/add_dependencies.html): add_dependencies(your_android_target rust_target). So, there's not really an "android target" in the cmake,...

Joining the question, is this branch in production? can I use bitcore-node / your bcoin implementation with bitcoin cash?

I get this error too. I get the `Work queue depth exceeded` Error a lot of times. It's not while reindexing, it's with regular use. Are there any solutions?