thoughtpolice / salt

Fast cryptographic networking for Haskell
http://thoughtpolice.github.com/salt
MIT License
24 stars 1 forks source link

CurveCP implementation #5

Open thoughtpolice opened 13 years ago

thoughtpolice commented 13 years ago

CurveCP is still alpha-software but the protocol is well described and the implementation is pretty easy to follow. It would be incredibly sick to have an implementation of it so you could write high speed encrypted servers. :)

This will depend on #3 being fixed, since Curve extensively uses the precomputation interface for public key encryption.