Frank Denis
Frank Denis
This is fantastic news!
- Libsodium ([here](https://github.com/jedisct1/libsodium/blob/master/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c#L1028), [here](https://github.com/jedisct1/libsodium/blob/710b2d3963347017ba73047550d8822e50d3bcec/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c#L68)) - Wasm-crypto ([here](https://github.com/jedisct1/wasm-crypto/blob/067e2ae931ec5239da0bc91c83b9882b1c69c49c/assembly/crypto.ts#L365)) - ZIg ([here](https://github.com/ziglang/zig/blob/c47028cd025f4ce405a9395fa979ff14a3e6349a/lib/std/crypto/25519/field.zig#L358), [here](https://github.com/ziglang/zig/blob/97779442d0a551d96f2a0b1799e96944918af32e/lib/std/crypto/pcurves/common.zig#L246), [here](https://github.com/ziglang/zig/blob/97779442d0a551d96f2a0b1799e96944918af32e/lib/std/crypto/pcurves/common.zig#L265))
libsodium can easily be compiled to WebAssembly using the `dist-build/wasm32-wasi.sh` script. It uses Zig as a compiler, so that works on most platforms including Windows. Now for the "include the...
Running webassembly modules requires a webassembly runtime. So, in order to run the test suite, a runtime such as `wasmer`, `wavm` or `wasmedge` needs to be installed.
`randombytes_buf` is part of WASI, a set of common functions for WebAssembly. Linking a WASI implementation would be the best way to go. And there has to be ways to...
I don't understand. There's no line 126 in that file, and no `blake2b_state S[4][1]` anywhere in the code either. What version did you get? Where did you download it?
Hi, Can you clarify what the hash failure is? Is a particular test failing?
According to [1](https://unix.stackexchange.com/questions/116641/how-do-you-fix-apt-get-update-hash-sum-mismatch) and [2](https://askubuntu.com/questions/41605/trouble-downloading-packages-list-due-to-a-hash-sum-mismatch-error), the solution is: ```sh sudo rm -rf /var/lib/apt/lists/* sudo apt-get update ```
Hi! You can change the port to any port in the configuration file. I don't think changing the default port is a good idea, especially since higher ports may be...
Ping? This is required to compile `gobetween` on any current Go version.