Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <memory>
#include <libdevcore/Guards.h>
#include <libdevcrypto/ECDHE.h>
#include <libdevcrypto/CryptoPP.h>
#include "Common.h"
Go to the source code of this file.
Classes | |
struct | dev::p2p::RLPXFrameDecryptFailed |
struct | dev::p2p::RLPXFrameInfo |
Encapsulation of Frame. More... | |
class | dev::p2p::RLPXFrameCoder |
Encoder/decoder transport for RLPx connection established by RLPXHandshake. More... | |
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
dev::p2p | |
Definition in file RLPXFrameCoder.h.