///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
| 5 | |
| 6 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 7 | FSecure::C3::Core::Distributor::Distributor(LoggerCallback callbackOnLog, Crypto::PrivateKey const& decryptionKey, Crypto::SymmetricKey const& broadcastKey) |
| 8 | : m_CallbackOnLog{ callbackOnLog } |
| 9 | , m_BroadcastKey{ broadcastKey } |
| 10 | , m_DecryptionKey{ decryptionKey } |
| 11 | { |
| 12 | } |
| 13 | |
| 14 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 15 | void FSecure::C3::Core::Distributor::Log(LogMessage const& message, DeviceId sender) noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected