Skip to content

Instantly share code, notes, and snippets.

#ifndef TC_H
#define TC_H
#define TC_BLOCK_SIZE 8192 /* Size of a Trenta block in bytes. */
#define TC_HASH_SIZE 40 /* Size of Trenta's block hash in bytes. */
struct tclient;
typedef struct tclient TClient;
typedef unsigned int TLength;