TrinityCore
Trinity::Encoding::Base32 Struct Reference

#include <Base32.h>

Static Public Member Functions

static std::string Encode (std::vector< uint8 > const &data)
 
static Optional< std::vector< uint8 > > Decode (std::string_view data)
 

Detailed Description

Definition at line 31 of file Base32.h.

Member Function Documentation

◆ Decode()

Optional< std::vector< uint8 > > Trinity::Encoding::Base32::Decode ( std::string_view  data)
static

Definition at line 52 of file Base32.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Encode()

std::string Trinity::Encoding::Base32::Encode ( std::vector< uint8 > const &  data)
static

Definition at line 47 of file Base32.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this struct was generated from the following files: