version of libbrandt with transcripts and replay
ebd955858f
This is needed to ensure bidders are only chosing bids from the subset which is allowed to them. This prevents ties and keeps the protocol way more simple for M+1st price auctions. |
||
---|---|---|
doc | ||
gp-scripts | ||
literature | ||
tex-stuff | ||
uncrustify | ||
.gitignore | ||
AUTHORS | ||
bootstrap | ||
brandt.c | ||
brandt.h | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
crypto.c | ||
crypto.h | ||
fp_priv.c | ||
fp_pub.c | ||
INSTALL | ||
internals.h | ||
Makefile.am | ||
NEWS | ||
platform.h | ||
README | ||
safeprimes | ||
test_brandt.c | ||
test_crypto.c | ||
test.h | ||
util.c | ||
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`.