MCPcopy 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
246void
247Session::encrypt_handshake(bool enabled)
248{
249 inner->encrypt_handshake = enabled;
250}
251
252bytes
253Session::add(const bytes& key_package_data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected