David Stainton
David Stainton
Excellent suggestion! I'd love to help out with this.
I would very much like to see this issue resolved soon. My new rust project requires that we write "external plugins" that are essentially an HTTP server that listens on...
Note that until https://github.com/open-quantum-safe/liboqs/issues/909 and https://github.com/cloudflare/circl/issues/213 are resolved we should NOT merge this pull-request; The issue is that the liboqs Kyber is not compatible with Cloudflare's Golang Circl library's Kyber....
> As Thom pointed out, the current Rust crate implements Round 2 Kyber, whereas Circl has been updated to Round 3 Kyber. You'll have to wait for a release of...
I've confirmed that this branch can interoperate with the Katzenpost fork of Go noise: https://github.com/katzenpost/noise
@mcginty Alright I've made the corrections you specified but now I'm wondering if you can help me figure out why the build fails: ``` user@computer:~/code/snow$ cargo build --features nist3_kyber1024 warning:...
> The current issue the CI failures are seeing is due to `bindgen`. There's an issue similar to it [here](https://github.com/KyleMayes/clang-sys/issues/121). Maybe we could try pointing it at the runner's clang...
My latest work in progress is here: https://github.com/mcginty/snow/pull/106
yes we should really make the proper abstractions here so we don't have code duplication for packet checksums... i think that this was not a good first rust project for...
hi! Sorry I've been away for so long. Does this mean the checksum branch is fixed? Or does it need to be rewritten to work with the latest code? I...