Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <memory>
#include <libdevcrypto/Common.h>
#include <libdevcrypto/ECDHE.h>
#include "RLPXSocket.h"
#include "RLPXFrameCoder.h"
#include "Common.h"
Go to the source code of this file.
Classes | |
class | dev::p2p::RLPXHandshake |
Setup inbound or outbound connection for communication over RLPXFrameCoder. More... | |
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
dev::p2p | |