This rust crate provides a library for writing mixnet servers.
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!
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.
Thanks to Yawning Angel for the inspiring design of the Katzenpost mix server library: https://github.com/katzenpost/server
GNU AFFERO GENERAL PUBLIC LICENSE