Demi Marie Obenour

Results 1148 comments of Demi Marie Obenour

> The multi-version issue in _ring_ is mostly fixed in _ring_'s main branch now; see [briansmith/ring#1268](https://github.com/briansmith/ring/issues/1268). Review and testing of that by others would be appreciated. > > Cross-compilation of...

This is also a hard requirement to use hardware cryptographic accelerators. These require cryptography to be asynchronous, as they have very deep pipelines that need to be kept full.

So one approach here would be to use the `gpg2` CLI with split-gpg2. `gpg2` will then use gpg-agent under the hood.

@jakelang I was thinking of the gas prices that Ewasm specifies for these operations, which should be representative of their computational consts on actual hardware.

@vadimcn I agree. Just invoke the C++ compiler, create an `extern "C"` wrapper, and call the C functions from Rust.

Since we already link to clang, another solution arises: generate C++ code and have clang emit LLVM IR for it. Since `rustc` currently generates LLVM IR too, we can perform...

Is there anything people could do to get this merged?

Regarding Windows: why does libtooling export so many symbols? This seems like it would be solved with proper use of `-fvisibility=hidden`. Perhaps bindgen should just statically link to libtooling on...

@Mikaela @flashcode See my edit. In short, GnuTLS has design problems that make it less secure.

I have no idea what the appropriate wording would be, sorry. Licenses are legal documents, and I am not a lawyer. Fortunately, the vast majority of language runtimes are open...