BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
libraries
fc
include
fc
crypto
hex.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <stdint.h>
3
#include <string>
4
#include <vector>
5
6
namespace
fc
{
7
uint8_t
from_hex
(
char
c );
8
std::string
to_hex
(
const
char
* d, uint32_t s );
9
std::string
to_hex
(
const
std::vector<char>& data );
10
14
size_t
from_hex
(
const
std::string& hex_str,
char
* out_data,
size_t
out_data_len );
15
}
fc::from_hex
uint8_t from_hex(char c)
Definition:
hex.cpp:6
fc
Definition:
api.hpp:15
fc::to_hex
std::string to_hex(const char *d, uint32_t s)
Definition:
hex.cpp:17
Generated on Fri Dec 15 2023 06:12:42 for BitShares-Core by
1.8.17