Type Definition ed25519::ComponentBytes
source · pub type ComponentBytes = [u8; 32];Expand description
Size of an R or s component of an Ed25519 signature when serialized
as bytes.
pub type ComponentBytes = [u8; 32];Size of an R or s component of an Ed25519 signature when serialized
as bytes.