Psi Vesely

Results 42 issues of Psi Vesely

So some window managers let you switch between the most recently focused programs with alt+tab and then the most recently focused windows of that program with at+`. Often these windows...

enhancement

I just compiled https://github.com/karelzak/mutt-kz (master branch, v1.5.23.1) against the S-Lang library because it seems mutt-colors-solarized don't work against it, but it hasn't help anything, at least not w/ 256 colors....

Don't have time to read your whole rant (jk), but I'll look into it later because I'm in the process of switching from Thunderbird. I've recently spent a few days...

It has been repeatedly requested that `fixed-time-window-fn` both (a) automatically dump its buffer at the end of each time window (#563 #259 #728) and (b) remain the way it is...

After #74 is merged. #74 will fix #71, and is a breaking change (since it includes semver breaking updates of multiple dependencies), so it will have to be version 0.3.0...

Fixes #71. Won't build until https://github.com/SpinResearch/merkle_sigs.rs/issues/8 is fixed.

Cargo.lock should not be tracked for Rust libraries, rather ignored (see https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html).

When generating shares, first the terms ak-1, ak-2, ..., a1 are picked (pseudo-)uniformly at random from GF(256). a0 is the secret we wish to split. The resulting polynomial is ak-1xk-1...

There's no standalone implementation of GF(256) on https://crates.io, and it's a finite field that's used often in cryptography. Making `gf256` a standalone crate would be a good contribution to the...

Currently there is a `(1 / 256) ^ t` probability that a secret byte can be recovered with `k - t` shares. This happens if the ak-1, ak-2, ..., ak-t...