Type Alias 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.