Searched defs:ConcatenatedKeyArray (Results 1 – 3 of 3) sorted by relevance
74 type ConcatenatedKeyArray: ConcatenatedKeyArray; typedef80 fn concatenate_with(&self, other: &Self) -> Self::ConcatenatedKeyArray; in concatenate_with()84 pub trait ConcatenatedKeyArray: Sized { interface89 impl ConcatenatedKeyArray for [u8; 64] { impl97 impl ConcatenatedKeyArray for [u8; 128] { impl
388 type ConcatenatedKeyArray = [u8; 64]; typedef399 fn concatenate_with(&self, other: &Self) -> Self::ConcatenatedKeyArray { in concatenate_with()455 type ConcatenatedKeyArray = [u8; 128]; typedef466 fn concatenate_with(&self, other: &Self) -> Self::ConcatenatedKeyArray { in concatenate_with()
220 pub fn as_concatenated(&self) -> T::ConcatenatedKeyArray { in as_concatenated()