mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
7 lines
95 B
C++
7 lines
95 B
C++
#include <crypto/crypto.hpp>
|
|
|
|
namespace llarp
|
|
{
|
|
Crypto* CryptoManager::m_crypto = nullptr;
|
|
}
|