[noise] Rust libraries (was: Re: snow: a rust implementation based on screech)

Trevor Perrin trevp at trevp.net
Wed Mar 15 10:44:01 PDT 2017


On Wed, Mar 15, 2017 at 9:40 AM, Jake McGinty <me at jake.su> wrote:
>
> I’ve been working on a Rust implementation of Noise I’m calling Snow, which I’ve been using in a toy onion router project.


Thanks Jake, nice-looking API!

Looks like we have two Rust libraries that are better, and more
actively developed, than Screech:
 - Jake's Snow
 - Sopium's Noise-Rust (which I believe is also being used for a
WireGuard implementation)

https://github.com/mcginty/snow
https://github.com/sopium/noise-rust
https://github.com/sopium/titun/tree/wg

What do people think of these?

I'd like to replace the link to "Screech" with links to Noise-Rust and
Snow, if these get some code review and look good to other people.


Trevor


More information about the Noise mailing list