InChI
 
Loading...
Searching...
No Matches
ikey_base26.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define isbase26(_c)   ( ((unsigned)(_c) >= 'A') && ((unsigned)(_c) <= 'Z') )
 

Typedefs

typedef unsigned int UINT32
 
typedef unsigned short int UINT16
 

Functions

const char * base26_triplet_1 (const unsigned char *a)
 
const char * base26_triplet_2 (const unsigned char *a)
 
const char * base26_triplet_3 (const unsigned char *a)
 
const char * base26_triplet_4 (const unsigned char *a)
 
const char * base26_dublet_for_bits_28_to_36 (unsigned char *a)
 
const char * base26_dublet_for_bits_56_to_64 (unsigned char *a)
 
const char base26_checksum (const char *str)
 
void get_xtra_hash_major_hex (const unsigned char *a, char *szXtra)
 
void get_xtra_hash_minor_hex (const unsigned char *a, char *szXtra)
 

Macro Definition Documentation

◆ isbase26

#define isbase26 (   _c)    ( ((unsigned)(_c) >= 'A') && ((unsigned)(_c) <= 'Z') )

Typedef Documentation

◆ UINT16

typedef unsigned short int UINT16

◆ UINT32

typedef unsigned int UINT32

Function Documentation

◆ base26_checksum()

const char base26_checksum ( const char *  str)

◆ base26_dublet_for_bits_28_to_36()

const char * base26_dublet_for_bits_28_to_36 ( unsigned char *  a)
+ Here is the caller graph for this function:

◆ base26_dublet_for_bits_56_to_64()

const char * base26_dublet_for_bits_56_to_64 ( unsigned char *  a)
+ Here is the caller graph for this function:

◆ base26_triplet_1()

const char * base26_triplet_1 ( const unsigned char *  a)
+ Here is the caller graph for this function:

◆ base26_triplet_2()

const char * base26_triplet_2 ( const unsigned char *  a)
+ Here is the caller graph for this function:

◆ base26_triplet_3()

const char * base26_triplet_3 ( const unsigned char *  a)
+ Here is the caller graph for this function:

◆ base26_triplet_4()

const char * base26_triplet_4 ( const unsigned char *  a)
+ Here is the caller graph for this function:

◆ get_xtra_hash_major_hex()

void get_xtra_hash_major_hex ( const unsigned char *  a,
char *  szXtra 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ get_xtra_hash_minor_hex()

void get_xtra_hash_minor_hex ( const unsigned char *  a,
char *  szXtra 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function: