omni::crypto::util
NAME

omni::crypto::util

A namespace of omni::crypto

#include <omni/crypto/util.hpp>
namespace omni::crypto::util

MEMBERS

template < typename T, std::size_t SZ > inline std::string omni::crypto::util::buffer_to_hex_string(T(&buffer NaN)
template <> inline std::string buffer_to_hex_string<unsigned omni::crypto::util::char>(const unsigned char *const buffer, std::size_t buffer_sz)
template < typename T > inline T omni::crypto::util::rotate_left(T x, uint8_t n)
template < typename T > inline T omni::crypto::util::rotate_right(T x, uint8_t n)
template < template < class, class > class std_seq_t, class T, class std_allocator_t > inline bool omni::crypto::util::string_to_hex(const std::string& hash, std_seq_t<T, std_allocator_t>& out)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top