version of libbrandt with transcripts and replay
Özgür Kesim
d5d37b6314
test_brandt now generates transcripts of auctions in JSON form on stdout. replay is a program that reads such a transcript and replays the auction. |
||
---|---|---|
doc | ||
gp-scripts | ||
literature | ||
tex-stuff | ||
transcripts | ||
uncrustify | ||
.gitignore | ||
AUTHORS | ||
bench.c | ||
bootstrap | ||
brandt.c | ||
brandt.h | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
crypto.c | ||
crypto.h | ||
fp_priv.c | ||
fp_pub.c | ||
INSTALL | ||
internals.h | ||
Makefile.am | ||
mp_priv.c | ||
mp_pub.c | ||
NEWS | ||
platform.h | ||
README | ||
replay.c | ||
safeprimes | ||
test_brandt.c | ||
test_crypto.c | ||
test.h | ||
util.h |
libbrandt dependencies are: - libgcrypt 1.7+ - libgnunetutil 13.0+ (it's best to use the current version from svn) To setup your build environment just call `./bootstrap`, `./configure` with appropriate CFLAGS and other arguments to fit your system. Afterwards you can build libbrandt by calling `make` and run the tests with `make check`.