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

Method RawKeyGroup

mlspp/lib/hpke/src/group.cpp:766–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764struct RawKeyGroup : public EVPGroup
765{
766 RawKeyGroup(Group::ID group_id, const KDF& kdf)
767 : EVPGroup(group_id, kdf)
768 , evp_type(group_to_evp(group_id))
769 {
770 }
771
772 template<Group::ID id>
773 static const RawKeyGroup instance;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected