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

Method cipher_suite

mlspp/src/session.cpp:350–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350CipherSuite
351Session::cipher_suite() const
352{
353 return inner->history.front().cipher_suite();
354}
355
356const ExtensionList&
357Session::extensions() const

Callers 5

make_key_idFunction · 0.45
process_proposalsMethod · 0.45
get_key_ratchetMethod · 0.45
validMethod · 0.45
fresh_secretMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected