mdk-core 0.8.0

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

use mdk_sqlite_storage::MdkSqliteStorage;

mod shared;

storage_backend_tests!(MdkSqliteStorage::new_unencrypted(":memory:").unwrap());