Maxime Augier

Results 3 comments of Maxime Augier

Have you considered using [Noise](https://noiseprotocol.org/) instead of (D)TLS? It's the protocol used by Wireguard. Noise is much simpler than DTLS, and easy to implement on top of libsodium. You would...

Hi! The standard library docs seem to imply that endianness isn't such an issue, and the lib offers straightforward conversion between floats ints, and arrays: https://doc.rust-lang.org/stable/std/primitive.f32.html#method.from_bits I think it's reasonable...

I found this crate after specifically looking for this exact `Iterator` implementation, so, for me, that was the compelling use case.