Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
base36.cpp File Reference
#include <memory>
#include <fc/crypto/bigint.hpp>
#include <fc/io/sstream.hpp>
#include <fc/log/logger.hpp>
Include dependency graph for base36.cpp:

Go to the source code of this file.

Namespaces

namespace  fc
 namespace sysio::chain
 

Functions

fc::string fc::to_base36 (const char *data, size_t len)
 
fc::string fc::to_base36 (const std::vector< char > &vec)
 
std::vector< char > fc::from_base36 (const fc::string &b36)