NAME
A namespace of omni::crypto
MEMBERS
omni::crypto::util
A namespace of omni::crypto
#include <omni/crypto/util.hpp>namespace omni::crypto::utilMEMBERS
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)