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

Method Tombstone

mlspp/src/state.cpp:1049–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047}
1048
1049State::Tombstone::Tombstone(const State& state_in, ReInit reinit_in)
1050 : epoch_authenticator(state_in.epoch_authenticator())
1051 , reinit(std::move(reinit_in))
1052 , prior_group_id(state_in._group_id)
1053 , prior_epoch(state_in._epoch)
1054 , resumption_psk(state_in._key_schedule.resumption_psk)
1055{
1056}
1057
1058std::tuple<State, Welcome>
1059State::Tombstone::create_welcome(HPKEPrivateKey enc_priv,

Callers

nothing calls this directly

Calls 1

epoch_authenticatorMethod · 0.45

Tested by

no test coverage detected