Skip to main content

Crate iroh_nym_transport

Crate iroh_nym_transport 

Source
Expand description

Nym mixnet transport for iroh.

This crate provides a custom transport for iroh that routes packets through the Nym mixnet.

Structs§

NymAddr
A Nym address wrapper for use with iroh custom transports.
NymPacket
A packet carried over the Nym mixnet transport.
NymUserTransport
A Nym mixnet-backed user transport for iroh.

Enums§

AddrParseError
Error parsing a Nym address.

Constants§

NYM_ADDR_SIZE
Size of a Nym address in bytes.
NYM_TRANSPORT_ID
Transport ID for the Nym user transport. 0x4E594D = “NYM” in ASCII.

Functions§

from_custom_addr
Convert an iroh CustomAddr back to a Nym Recipient.
is_nym_addr
Check if a CustomAddr is a valid Nym address.
to_custom_addr
Convert a Nym Recipient to an iroh CustomAddr.