Expand description
In-memory storage implementation for libsignal
This module provides an in-memory storage implementation that implements the storage traits. Data is lost when the process terminates.
Structsยง
- Memory
Identity Store - In-memory identity key storage (data lost on process termination)
- Memory
Kyber PreKey Store - In-memory Kyber post-quantum pre-key storage (data lost on process termination)
- Memory
PreKey Store - In-memory pre-key storage (data lost on process termination)
- Memory
Session Store - In-memory session storage (data lost on process termination)
- Memory
Signed PreKey Store - In-memory signed pre-key storage (data lost on process termination)
- Memory
Storage - Complete in-memory Signal Protocol storage implementation