()
| 218 | } |
| 219 | |
| 220 | fn test_kek() -> nodedb_wal::crypto::WalEncryptionKey { |
| 221 | nodedb_wal::crypto::WalEncryptionKey::from_bytes(&[0x42u8; 32]).unwrap() |
| 222 | } |
| 223 | |
| 224 | #[test] |
| 225 | fn array_segment_encrypted_at_rest() { |
no outgoing calls
no test coverage detected