NAME
A function of omni::crypto::util
OVERLOADS
omni::crypto::util::string_to_hex
A function of omni::crypto::util
#include <omni/crypto/util.hpp>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)OVERLOADS
template < template < class, class > class std_seq_t, class T > inline bool omni::crypto::util::string_to_hex(const std::string& hash, std_seq_t<T, std::allocator<T> >& out)
template < template < class, class > class std_seq_t > inline bool omni::crypto::util::string_to_hex(const std::string& hash, std_seq_t<uint8_t, std::allocator<uint8_t> >& out)
inline bool omni::crypto::util::string_to_hex(const std::string& hash, omni_seq_t<uint8_t>& out)