Type Alias HoprSphinxSuite
pub type HoprSphinxSuite = Ed25519Suite;
Expand description
Currently used public key cipher suite for Sphinx.
This is currently the [Ed25519Suite
], because it is faster than [X25519Suite
].
Aliased Typeยง
pub struct HoprSphinxSuite;