46 std::string
const&
at(std::string
const& _key)
const;
47 void insert(std::string
const& _key, std::string
const& _value);
48 void remove(std::string
const& _key);
Merkle Patricia Tree "Trie": a modifed base-16 Radix tree.
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Origi...
std::vector< byte > bytes
void insert(std::string const &_key, std::string const &_value)
std::string const & at(std::string const &_key) const