MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / Distributor

Method Distributor

Src/Core/Distributor.cpp:7–12  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

5
6////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
7FSecure::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////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
15void FSecure::C3::Core::Distributor::Log(LogMessage const& message, DeviceId sender) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected