MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / test_kek

Function test_kek

nodedb-array/src/segment/reader.rs:671–673  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Calls

no outgoing calls

Tested by

no test coverage detected