Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
base32.cpp File Reference
#include <fc/crypto/base32.hpp>
#include <CyoDecode.h>
#include <CyoEncode.h>
Include dependency graph for base32.cpp:

Go to the source code of this file.

Namespaces

namespace  fc
 namespace sysio::chain
 

Functions

std::vector< char > fc::from_base32 (const fc::string &b32)
 
fc::string fc::to_base32 (const char *data, size_t len)
 
fc::string fc::to_base32 (const std::vector< char > &vec)