Filippo Valsorda

Results 376 comments of Filippo Valsorda

I'm unlikely to put in a default lower than 20 seconds. Some of us have crappy connections :) Please make this a flag if you want to be able to...

I tried out implementing it as a simple loop of the Square body, manually inlining `carryPropagate`, and I don't see any improvement on high-level group functions. Are we missing some...

Hmm, this is a hard one, thank you for trying it out. I value the readability of those functions a lot, for both maintainability and education purposes. I'll make a...

I think documenting the quirks of ed25519/internal/edwards25519 is a little out of scope, because that API is low-level and pretty idiosyncratic. The good news though is that the API of...

It's occurring to me that maybe `**/go.sum` matches inside the main module, not inside the cache, which actually makes total sense, since the module cache of a tidy module should...

Pluggable PTY libraries sounds complex to me, and they have a relatively simple job: opening a pair of file descriptors that work as a virtual terminal. If that's the only...

Ah yep, I did, I've been using this for a bit in my fork. I'll rebase.

FWIW, the Homebrew build that I use (`brew install age-plugin-yubikey`) is a native Apple Silicon one, and works great!

To avoid breaking compatibility just leave the old name in, calling the new one, and mark it with the godoc deprecated annotation to hide it.