Skip to main content

Alpha

Type Alias Alpha 

Source
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ยง

#[repr(transparent)]
pub struct Alpha<A> { /* private fields */ }