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

Method Client

mlspp/src/session.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55///
56
57Client::Client(CipherSuite suite_in,
58 SignaturePrivateKey sig_priv_in,
59 Credential cred_in)
60 : suite(suite_in)
61 , sig_priv(std::move(sig_priv_in))
62 , cred(std::move(cred_in))
63{
64}
65
66Session
67Client::begin_session(const bytes& group_id) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected