Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainboxdotcc/DPP
/ encrypt_handshake
Method
encrypt_handshake
mlspp/src/session.cpp:246–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
void
247
Session::encrypt_handshake(bool enabled)
248
{
249
inner->encrypt_handshake = enabled;
250
}
251
252
bytes
253
Session::add(const bytes& key_package_data)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected