mdk-core 0.8.0

A simplified interface to build secure messaging apps on nostr with MLS.
1
2
3
4
5
6
7
//! Memory storage implementation tests using shared test functions

use mdk_memory_storage::MdkMemoryStorage;

mod shared;

storage_backend_tests!(MdkMemoryStorage::default());