Home
last modified time | relevance | path

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

/external/rust/crates/mls-rs/src/storage_provider/in_memory/
Dpsk_storage.rs33 pub struct InMemoryPreSharedKeyStorage { struct
40 impl InMemoryPreSharedKeyStorage { impl
77 impl PreSharedKeyStorage for InMemoryPreSharedKeyStorage { implementation