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

Method GroupKeySource

mlspp/src/key_schedule.cpp:172–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170///
171
172GroupKeySource::GroupKeySource(CipherSuite suite_in,
173 LeafCount group_size,
174 bytes encryption_secret)
175 : suite(suite_in)
176 , secret_tree(suite, group_size, std::move(encryption_secret))
177{
178}
179
180HashRatchet&
181GroupKeySource::chain(ContentType type, LeafIndex sender)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected