Searched defs:TestEncryptable (Results 1 – 1 of 1) sorted by relevance
138 struct TestEncryptable(#[mls_codec(with = "mls_rs_codec::byte_vec")] Vec<u8>); struct140 impl HpkeEncryptable for TestEncryptable { implementation