omni::crypto::util::buffer_to_hex_string
NAME

omni::crypto::util::buffer_to_hex_string

A function of omni::crypto::util

#include <omni/crypto/util.hpp>
template < typename T, std::size_t SZ > inline std::string omni::crypto::util::buffer_to_hex_string(T(&buffer NaN)


OVERLOADS

template < typename T, std::size_t SZ > inline std::string omni::crypto::util::buffer_to_hex_string(T(&buffer NaN)
template < typename T > inline std::string omni::crypto::util::buffer_to_hex_string(const T *const buffer, std::size_t buffer_sz)
template < typename T > inline std::string omni::crypto::util::buffer_to_hex_string(const T *const buffer, std::size_t buffer_sz, uint32_t mask)
template < std::size_t SZ > inline std::string omni::crypto::util::buffer_to_hex_string(unsignedchar(& buffer)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top