![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <mutex>#include <array>#include <set>#include <memory>#include <utility>#include <libdevcore/RLP.h>#include <libdevcore/Guards.h>#include <libdevcrypto/Common.h>#include <libdevcore/SHA3.h>#include "Common.h"Go to the source code of this file.
Classes | |
| struct | dev::shh::FilterKey |
| class | dev::shh::Envelope |
| class | dev::shh::Message |
| An (unencrypted) message, constructed from the combination of an Envelope, and, potentially, a Secret key to decrypt the Message. More... | |
Namespaces | |
| dev | |
| Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
| dev::shh | |
Enumerations | |
| enum | dev::shh::IncludeNonce { dev::shh::WithoutNonce = 0, dev::shh::WithNonce = 1 } |
| enum | { dev::shh::ContainsSignature = 1 } |
Definition in file Message.h.
1.8.11