Trait Pseudonym

Source
pub trait Pseudonym:
    BytesRepresentable
    + Hash
    + Eq
    + Display
    + Randomizable { }
Expand description

Pseudonym used to identify the creator of a SURB. This allows indexing SURB and LocalSURBEntry at both parties.

To maintain anonymity, this must be something else than the sender’s public key or public key identifier.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§