lokinet/llarp/crypto/crypto.cpp

7 lines
95 B
C++
Raw Normal View History

2019-01-13 14:00:50 +00:00
#include <crypto/crypto.hpp>
namespace llarp
{
Crypto* CryptoManager::m_crypto = nullptr;
}