Frank Denis

Results 470 comments of Frank Denis

Yes the current behavior is not great.

Hi Armando! First, take a look at the existing modules. There are some constraints that come with WASI modules. They are similar to system calls: the number of functions should...

@sajaghori What does the script print? Do you get any errors ? With the current versions of `libsodium`, that script is not even required any more, you can directly run,...

Ring has been ported to wasm: https://github.com/jedisct1/ring-wasi But I'd really recommend using [BoringSSL](https://github.com/jedisct1/boringssl-wasm) instead. It has excellent bindings for Rust. Or implement a new set of host functions specifically to...

Maybe an endianness issue. Do you have a code snippet that reproduces this?

I'm not sure that this should be part of the stamp. It sounds better as an application config flag. People willing to use TCP only are likely to want it...

> what does that mean? skimming over the c++ src, it seems to be O(N) time... Table lookups are not guaranteed to be free of side channels.

Why was this closed? :(

Same here. It's impossible to connect to Kippo with a recent ssh client, which is pretty sad :(

Hi Nick, So, what should be done to make `cargo vet` not block the merge?