katzenpost_thin_client 0.0.11

This rust crate provides an async thin client library for Katzenpost, a post quantum decryption mixnet.
Documentation

# thin client library for Katzenpost client daemon

*A thin client for sending and receiving messages via a Katzenpost mix network.*

A mix network is a type of anonymous communications network.

A thin client library is code you can use as a depencency in your
application so that it can anonymously interact with services on the
mix network. The Katzenpost client daemon is a multiplexing client;
many applications on the same device can use their thin client
libraries to connect to the daemon and interact with mixnet services
concurrently.


# what is here?

* README for [python thin client]https://github.com/katzenpost/thin_client/blob/main/README_python.md
* README for [rust thin client]https://github.com/katzenpost/thin_client/blob/main/README_rust.md


# License

AGPLv3