Jake McGinty

Results 58 issues of Jake McGinty

To avoid duplicates showing up.

I'm currently using this library in the Rust userspace implementation of WireGuard, and have found myself shimming a [non-optimal HChaCha20 function](https://git.zx2c4.com/wireguard-rs/tree/src/xchacha20poly1305.rs) to meet the spec. It would be great if...

Adds more flexibility - tests pass.

right now it just crashes and causes an SSH error

everything is on the main thread, which is a couple shades of wrong. the decryption and file i/o should be happening in a separate thread to maximize throughput. the "mio"...

Really, I'd like to have an interface kind of similar to hashcat where you can hit "q" at any time during the transfer to quit, "r" to force-reinitialize the session...

Depending on how advanced we want to be, this could be as easy as having the client request starting at the existing size of a file.

defeats the purpose of connection resumption, silly @mcginty