Searched defs:ConcatenatedKeyArray (Results 1 – 3 of 3) sorted by relevance
69 type ConcatenatedKeyArray: ConcatenatedKeyArray; typedef75 fn concatenate_with(&self, other: &Self) -> Self::ConcatenatedKeyArray; in concatenate_with()79 pub trait ConcatenatedKeyArray: Sized { trait84 impl ConcatenatedKeyArray for [u8; 64] { impl92 impl ConcatenatedKeyArray for [u8; 128] { impl
406 type ConcatenatedKeyArray = [u8; 64]; typedef414 fn concatenate_with(&self, other: &Self) -> Self::ConcatenatedKeyArray { in concatenate_with()471 type ConcatenatedKeyArray = [u8; 128]; typedef479 fn concatenate_with(&self, other: &Self) -> Self::ConcatenatedKeyArray { in concatenate_with()
239 pub fn as_concatenated(&self) -> T::ConcatenatedKeyArray { in as_concatenated()