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

Function test_kek

nodedb-array/src/segment/writer.rs:220–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Calls

no outgoing calls

Tested by

no test coverage detected