version of libbrandt with transcripts and replay
44079d5cbb
The lowest possible price from the price map will be the price each bidder has to pay. Since the seller can define the price map, he can set the lowest price to the lowest he is willing to sell one item at. |
||
---|---|---|
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 | ||
mp_priv.c | ||
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`.