omni::crypto::base64::decode
NAME

omni::crypto::base64::decode

A function of omni::crypto::base64

#include <omni/crypto/base64.hpp>
template < template < class, class > class std_seq_t, class T, class std_allocator_t > inline void omni::crypto::base64::decode(const std::string& data, std_seq_t<T, std_allocator_t >& out_buff)


OVERLOADS

inline omni_seq_t<uint8_t> omni::crypto::base64::decode(const std::string& data)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top