nym-mixnet-client 1.20.4

Client for Mix Node <> Mix Node & Mix Node <> Gateway communication
Documentation
1
2
3
4
5
6
7
8
9
// Copyright 2021 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: Apache-2.0

#[cfg(feature = "client")]
pub mod client;
pub mod forwarder;

#[cfg(feature = "client")]
pub use client::{Client, Config, SendWithoutResponse};