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

Method group_context_extensions_proposal

mlspp/src/state.cpp:520–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520Proposal
521State::group_context_extensions_proposal(ExtensionList exts) const
522{
523 if (!extensions_supported(exts)) {
524 throw InvalidParameterError("Unsupported extensions");
525 }
526
527 return { GroupContextExtensions{ std::move(exts) } };
528}
529
530Proposal
531State::pre_shared_key_proposal(const bytes& external_psk_id) const

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected