rippled
Loading...
Searching...
No Matches
NodeIdentity.h
1#ifndef XRPL_APP_MAIN_NODEIDENTITY_H_INCLUDED
2#define XRPL_APP_MAIN_NODEIDENTITY_H_INCLUDED
3
4#include <xrpld/app/main/Application.h>
5
6#include <xrpl/protocol/PublicKey.h>
7#include <xrpl/protocol/SecretKey.h>
8
9#include <boost/program_options.hpp>
10
11namespace ripple {
12
20 Application& app,
21 boost::program_options::variables_map const& cmdline);
22
23} // namespace ripple
24
25#endif
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
std::pair< PublicKey, SecretKey > getNodeIdentity(Application &app, boost::program_options::variables_map const &cmdline)
The cryptographic credentials identifying this server instance.