Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
base32.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_base32
(
const
fc::string
& b32 );
8
fc::string
to_base32
(
const
std::vector<char>& vec );
9
fc::string
to_base32
(
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::to_base32
fc::string to_base32(const std::vector< char > &vec)
Definition
base32.cpp:25
fc::from_base32
std::vector< char > from_base32(const fc::string &b32)
Definition
base32.cpp:6
string.hpp
len
size_t len
Definition
yubihsm_pkcs11.c:4771
libraries
fc
include
fc
crypto
base32.hpp
Generated by
1.12.0