Conscience Core
Namespaces | Classes | Functions
jwt::alphabet Namespace Reference

character maps when encoding and decoding More...

Namespaces

 helper
 

Classes

struct  base64
 valid list of character when working with Base64 More...
 
struct  base64url
 valid list of character when working with Base64URL More...
 

Functions

uint32_t index (const std::array< char, 64 > &alphabet, char symbol)
 

Detailed Description

character maps when encoding and decoding

Function Documentation

◆ index()

uint32_t jwt::alphabet::index ( const std::array< char, 64 > &  alphabet,
char  symbol 
)
inline