Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 990 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 990 Bytes

mix_server

This rust crate provides a library for writing mixnet servers.

warning

This code has not been formally audited by a cryptographer or security researcher. It therefore should not be considered safe or correct. Use it at your own risk!

details

This mix network library is design for writing mix servers using the SEDA computational model; Staged Event Driven Architecture allows for dynamic loading and graceful performance degradation which is are features any good software router ought to have.

acknowledgments

Thanks to Yawning Angel for the inspiring design of the Katzenpost mix server library: https://github.com/katzenpost/server

license

GNU AFFERO GENERAL PUBLIC LICENSE