Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions INCHI-1-SRC/INCHI_BASE/src/ikey_base26.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ extern "C" {
const char* base26_dublet_for_bits_28_to_36( unsigned char *a );
/* Get dublet (bits 56..64) */
const char* base26_dublet_for_bits_56_to_64( unsigned char *a );
/* Calculate check character for the string. */
const char base26_checksum( const char *str );
/* Get hash extension in hexadecimal representation for the major block.
Len(extension) = 256 - 65 = 191 bit. */
void get_xtra_hash_major_hex( const unsigned char *a, char* szXtra );
Expand Down