Home
last modified time | relevance | path

Searched defs:HashReference (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dhash_reference.rs36 pub struct HashReference( struct
42 impl Debug for HashReference { implementation
50 impl Deref for HashReference { implementation
58 impl AsRef<[u8]> for HashReference { implementation
64 impl From<Vec<u8>> for HashReference { implementation
70 impl HashReference { implementation
76 ) -> Result<HashReference, MlsError> { in compute()