Constant iroh_base::key::PUBLIC_KEY_LENGTH
pub const PUBLIC_KEY_LENGTH: usize = 32; // 32usize
Available on crate feature
key
only.Expand description
The length of an ed25519 PublicKey
, in bytes.
pub const PUBLIC_KEY_LENGTH: usize = 32; // 32usize
key
only.The length of an ed25519 PublicKey
, in bytes.