pub type Alpha<A> = GenericArray<u8, A>;
Expand description
Represents the Alpha value of a certain length in the Sphinx protocol The length of the alpha value is directly dependent on the group element.
Aliased Typeยง
struct Alpha<A> { /* private fields */ }