Thom Wiggers

Results 190 comments of Thom Wiggers

> https://benchmarksgame.alioth.debian.org/u64q/rust.html ? Alioth is dead, but see https://benchmarksgame-team.pages.debian.net/benchmarksgame/measurements/rust.html

Example from @anp's blog post: ![Graph with box around anomaly](https://blog.anp.lol/assets/img/rayon-top-of-benchmark-page.png)

It turns out the path to the meta-data dir needs to be absolute.

1.20 was indeed a typo. I'm running Gnome 3 on GDM on Wayland. `pip install pympress` into an empty virtualenv is broken. It installs 1.3.1, but then fails with a...

The `-1` is just the version of the packaging. I disagree that you should necessarily specify `--system-site-packages`, the `setup.py` should be self-contained to allow development and testing in virtualenvs. Enabling...

No, `S` does not work, and this is all that is in the log: ``` INFO:pympress.__main__:Pympress: 1.3.1 ; Python: 3.7.2 ; OS: Linux 4.20.10-arch1-1-ARCH ; Gtk 3.24.5 ; GLib 2.58.2...

Although more testing is generally better, both liboqs and circl already do KAT tests. They also do development at different paces....

I've yolo-opened a discussion on release schedules here https://github.com/open-quantum-safe/liboqs/discussions/912

Weirdly enough, on my branch this passed https://travis-ci.com/github/thomwiggers/kyber-clean/builds/177924662

> To minimize code changes and avoid losing performance we could use max-(param-)size array allocations The upstream SPHINCS+ code already requires variable-length arrays. The recently merged workaround (https://github.com/sphincs/sphincsplus/pull/26) that should...