mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
6 lines
95 B
C++
6 lines
95 B
C++
#include <crypto/crypto.hpp>
|
|
|
|
namespace llarp
|
|
{
|
|
Crypto* CryptoManager::m_crypto = nullptr;
|
|
}
|