Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dhpke_encryption.rs138 struct TestEncryptable(#[mls_codec(with = "mls_rs_codec::byte_vec")] Vec<u8>); struct
140 impl HpkeEncryptable for TestEncryptable { implementation