ColinGilbert / noobwerkz-engine

My happy playground of programmer fun.
Apache License 2.0
20 stars 3 forks source link

Secure networking #60

Open ColinGilbert opened 8 years ago

ColinGilbert commented 8 years ago

I don't trust many libraries, especially those written in C. There exists formally-verified implementations for the symmetric key algorithms, but in the meantime everything that touches the network should likely be written in Rust, combined with the use of a formally-verified implementation of the cryptographic primitives.

https://github.com/mitls/hacl-star