Frank Denis

Results 57 issues of Frank Denis

nacl4s is a fantastic project, thank you so much for working on this! A pure Scala (hence pure Java bytecode) implementation is definitely going to be very useful. Just a...

This is a start for #12 , covering secp256k key pairs.

Hi! I'd like to add `web49` to the lists of [runtimes](https://github.com/jedisct1/libsodium/blob/master/test/default/wasi-test-wrapper.sh) libsodium can support for testing `wasm32-wasi`. `web49` currently doesn't implement `wasi_random_get`, which I added a simple implementation for. But...

Hi! I saw a reference to a paper submitted on 22/05/2024 in the last release. Is that paper publicly accessible? Do you have to it? Thanks and keep up the...

Some of these issues were mentioned in #20505

When using zig/clang/gcc, we unconditionally enable `-fwrapv` in order make overflowing signed operations well defined. But this is not the case when using MSVC. `–d2UndefIntOverflow–` is a compiler flag equivalent...

windows