Searched defs:MAX_ED25519_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance
29 pub const MAX_ED25519_MSG_SIZE: usize = 16 * 1024; constant
29 static const size_t MAX_ED25519_MSG_SIZE = 16 * 1024; variable