Searched refs:ED25519_PUBLIC_KEY_LEN (Results 1 – 5 of 5) sorted by relevance
24 pub const ED25519_PUBLIC_KEY_LEN: usize = ELEM_LEN; constant
17 use super::{super::ops::*, eddsa_digest, ED25519_PUBLIC_KEY_LEN};230 pub struct PublicKey([u8; ED25519_PUBLIC_KEY_LEN]);
72 #define ED25519_PUBLIC_KEY_LEN 32 macro
263 ED25519_PUBLIC_KEY_LEN,