InChI
 
Loading...
Searching...
No Matches
ikey_base26.c File Reference
#include <string.h>
#include <stdio.h>
#include "ikey_base26.h"
#include "mode.h"
#include "bcf_s.h"
+ Include dependency graph for ikey_base26.c:

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)
 
void get_xtra_hash_major_hex (const unsigned char *a, char *szXtra)
 
void get_xtra_hash_minor_hex (const unsigned char *a, char *szXtra)
 

Variables

static const char t26 [][4]
 
static const char d26 [][3]
 

Function Documentation

◆ 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:

Variable Documentation

◆ d26

const char d26[][3]
static

◆ t26

const char t26[][4]
static