| 764 | struct 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; |
nothing calls this directly
no outgoing calls
no test coverage detected