This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
lokinet
Watch
2
Star
0
Fork
0
You've already forked lokinet
mirror of
https://github.com/oxen-io/lokinet.git
synced
2024-10-31 09:20:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
574a986d9a
lokinet
/
llarp
/
crypto
/
crypto.cpp
7 lines
95 B
C++
Raw
Normal View
History
Unescape
Escape
Move crypto code to a subdirectory
2019-01-13 14:00:50 +00:00
#
include
<crypto/crypto.hpp>
Add CryptoManager class to provide a guard-style class to manage the current Crypto instance
2019-05-28 19:45:08 +00:00
namespace
llarp
{
Crypto
*
CryptoManager
:
:
m_crypto
=
nullptr
;
}
Reference in New Issue
Copy Permalink