MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / complete

Method complete

mlspp/src/session.cpp:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142Session
143PendingJoin::complete(const bytes& welcome) const
144{
145 return Session::Inner::join(inner->init_priv,
146 inner->leaf_priv,
147 inner->sig_priv,
148 inner->key_package,
149 welcome);
150}
151
152///
153/// Session

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected