Toychain!
A toy blockchain in C
|
Files | |
file | blockchain.c |
File to create and handle blockchain structures. | |
file | blockchain.h [code] |
header for blockchain.c | |
file | dataio.c |
A file responsible for reading and writing vote related data. | |
file | dataio.h [code] |
header for dataio.c | |
file | error.h [code] |
Functions to handle errors message. | |
file | mmath.c |
a collection of math functions | |
file | mmath.h [code] |
Header for mmath.c. | |
file | overflow.h [code] |
A helper file for checking overflows. | |
file | rsa.c |
a collection of RSA related functions | |
file | rsa.h [code] |
header of rsa.c | |
file | sign.c |
a collection of functions related to signing messages and the voting system | |
file | sign.h [code] |
header of sign.c | |
file | types.h [code] |
a file with comfy aliases for long type signatures | |
file | vote.c |
A set of functions for the voting system. | |
file | vote.h [code] |
header of vote.c | |