version of libbrandt with transcripts and replay
Go to file
Markus Teich 42c804470c fix warning with unused return codes only used in assertions.
It's common knowledge to not cause any writes inside an assertion condition
since they are not guaranteed to be executed, so we can still evaluate them and
cast to void, which the compiler can optimize away. It's better than having a
`(void)rc;` for every variable that is only used in assertions.
2016-06-22 23:29:15 +02:00
doc remove unneeded notice on every build 2016-06-20 00:46:13 +02:00
gp-scripts add gp setup script for curve25519 (not Ed25519!) 2016-06-17 10:30:33 +02:00
literature add paper with detailed description of (M+1)st price auction protocol 2016-06-08 12:57:16 +02:00
tex-stuff update math.tex description 2016-06-22 22:43:34 +02:00
uncrustify add prologue and round1 including tests 2016-06-22 14:22:52 +02:00
.gitignore update gitignore 2016-06-19 22:45:24 +02:00
AUTHORS some fixmes 2016-05-27 13:56:03 +02:00
bootstrap fix build sys 2016-06-01 08:35:51 +02:00
brandt.c random fixes 2016-06-22 23:18:46 +02:00
brandt.h random fixes 2016-06-22 23:18:46 +02:00
ChangeLog add autofoo stuff 2016-06-01 01:08:43 +02:00
configure.ac merge smc into crypto module. add 2dim array helpers 2016-06-19 22:41:03 +02:00
COPYING initial commit 2016-05-17 22:03:26 +02:00
crypto.c random fixes 2016-06-22 23:18:46 +02:00
crypto.h random fixes 2016-06-22 23:18:46 +02:00
INSTALL add autofoo stuff 2016-06-01 01:08:43 +02:00
internals.h random fixes 2016-06-22 23:18:46 +02:00
Makefile.am merge smc into crypto module. add 2dim array helpers 2016-06-19 22:41:03 +02:00
NEWS add autofoo stuff 2016-06-01 01:08:43 +02:00
README add autofoo stuff 2016-06-01 01:08:43 +02:00
safeprimes add generated safe primes 2016-06-03 23:58:40 +02:00
test_crypto.c random fixes 2016-06-22 23:18:46 +02:00
test.h random fixes 2016-06-22 23:18:46 +02:00
util.c random fixes 2016-06-22 23:18:46 +02:00
util.h fix warning with unused return codes only used in assertions. 2016-06-22 23:29:15 +02:00