()
| 669 | } |
| 670 | |
| 671 | fn test_kek() -> nodedb_wal::crypto::WalEncryptionKey { |
| 672 | nodedb_wal::crypto::WalEncryptionKey::from_bytes(&[0xA1u8; 32]).unwrap() |
| 673 | } |
| 674 | |
| 675 | fn write_plain(s: &crate::schema::ArraySchema, id: TileId) -> Vec<u8> { |
| 676 | let mut w = SegmentWriter::new(0xCAFE); |
no outgoing calls
no test coverage detected