Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
base36.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <
fc/vector.hpp
>
3
#include <
fc/string.hpp
>
4
5
namespace
fc
6
{
7
std::vector<char>
from_base36
(
const
fc::string
& b36 );
8
fc::string
to_base36
(
const
std::vector<char>& vec );
9
fc::string
to_base36
(
const
char
* data,
size_t
len
);
10
}
vector.hpp
fc
namespace sysio::chain
Definition
authority.cpp:3
fc::string
std::string string
Definition
string.hpp:10
fc::from_base36
std::vector< char > from_base36(const fc::string &b36)
Definition
base36.cpp:45
fc::to_base36
fc::string to_base36(const std::vector< char > &vec)
Definition
base36.cpp:40
string.hpp
len
size_t len
Definition
yubihsm_pkcs11.c:4771
libraries
fc
include
fc
crypto
base36.hpp
Generated by
1.12.0