version of libbrandt with transcripts and replay
Go to file
2024-01-14 21:42:10 +01:00
doc fix doc generation 2016-08-16 13:19:51 +02:00
gp-scripts modify fp_priv gp script for eval (old) 2017-02-14 13:36:22 +01:00
literature add paper with detailed description of (M+1)st price auction protocol 2016-06-08 12:57:16 +02:00
tex-stuff make byte plural consistent 2016-12-02 12:18:35 +01:00
transcripts Transcript generation and replay 2022-09-28 15:39:24 +02:00
uncrustify no indent preproc 2016-07-13 12:22:55 +02:00
.gitignore git ignore bench binary 2017-02-14 13:38:13 +01:00
AUTHORS alphabetic ordering is apparently out 2016-06-29 15:19:15 +02:00
bench.c lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
bootstrap fix build sys 2016-06-01 08:35:51 +02:00
brandt.c lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
brandt.h lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
ChangeLog add autofoo stuff 2016-06-01 01:08:43 +02:00
configure.ac update crypto test 2016-08-19 22:17:24 +02:00
COPYING initial commit 2016-05-17 22:03:26 +02:00
crypto.c lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
crypto.h lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
fp_priv.c lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
fp_pub.c lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
INSTALL lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
internals.h lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
Makefile.am Transcript generation and replay 2022-09-28 15:39:24 +02:00
mp_priv.c lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
mp_pub.c lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
NEWS add autofoo stuff 2016-06-01 01:08:43 +02:00
platform.h add start callback and further basic tests 2016-08-17 17:37:56 +02:00
README update README 2016-08-23 11:20:13 +02:00
replay.c lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
safeprimes add generated safe primes 2016-06-03 23:58:40 +02:00
test_brandt.c lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
test_crypto.c lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
test.h lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00
util.h lift code to recent GNUNET version; uncrustify 2024-01-14 21:42:10 +01:00

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`.