version of libbrandt with transcripts and replay
f4932d94c0
The hash is not needed since the sellers application is required to sign the description and the bidders application is required to check the signature. Since the arbitrary description used by the application was only used inside this hash, it can be removed as well. |
||
---|---|---|
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 | ||
mp_pub.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`.