nym-gateway-requests 1.20.4

Request and response definitions for Nym Gateway <> client communication
Documentation
1
2
3
4
5
6
7
8
9
// Copyright 2020 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: Apache-2.0

pub mod handshake;

// TODO: is it perhaps possible to replace the 'custom' handshake with an existing
// implementation like with one of the variants on the Noise framework?

// Right now it's based on the STS (Station-to-Station) Protocol.