quininer

Results 189 comments of quininer

This is expected behavior in X11, I'm not sure it's good to change it. and you may need to implement #3 before you want to listen for clipboard change.

I don't know, if you have a prototype, I can look at it.

Right now we are the fastest CBOR crate for serialization, but deserialization has no advantage over `serde_cbor`.

`connect` will not return Ok unless `is_handshaking` returns `true`. https://github.com/rustls/tokio-rustls/blob/main/src/common/handshake.rs#L63C19-L63C52 tokio-rustls checks `peer_has_closed` when `is_handshaking`. It seems that inconsistent behavior occurs in rustls, which ends the handshaking state before returning...

This looks great, I have plans to use it in `tokio-rustls`, `futures-rustls` after `UnbufferedConnection` is released. The `async` crate has a lot of TODOs, but i think direction is fine.

We should use a mixed mode, like noise protocol. ```rust // ooake(ristrettodh)@psk@kyber-aes128colm0 let mut state = State::new(); state.mix(ooake::()); state.mix(psk); state.mix(kyber()); let key = state.key(); aes128colm0(key); ```

#6 Add Kyber and NORX-MRS.

I don't have much interest in newhope-simple, but I welcome a PR. If you are interested in the HFS extension of noise, I suggest you use kyber.

https://lore.kernel.org/io-uring/CAM1kxwgKGMz9UcvpFr1239kmdvmKPuzAyBEwKi_rxDog1MshRQ@mail.gmail.com/

I don't think there is any difficulty, but the crate now more forcus for file io.