index
:
oec/libbrandt.git
transcript
libbrandt fork
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
brandt.c
Age
Commit message (
Expand
)
Author
2016-12-02
move ecdlogctx passing to _join()/_new() functions
Markus Teich
2016-12-02
add error log msg
Markus Teich
2016-12-02
fix
Markus Teich
2016-12-02
abort instead of assert
Markus Teich
2016-12-02
unify msg delivery callback
Markus Teich
2016-12-02
migrate to GNUNET_assert
Markus Teich
2016-12-02
migrate to GNUNET_log
Markus Teich
2016-11-23
remove unnecessary description handling and hashing.
Markus Teich
2016-11-23
fix memleak
Markus Teich
2016-11-22
add m+1st price auctions with public outcome
Markus Teich
2016-11-22
BRANDT_new() returns NULL on parameter failure
Markus Teich
2016-11-01
handle n <= m case in m+1st price auctions
Markus Teich
2016-11-01
test for no bidders
Markus Teich
2016-10-14
fix preparation for M+1st price auctions
Markus Teich
2016-10-13
blow up k on M+1st price auctions
Markus Teich
2016-09-23
fix bug where seller would not broadcast last message to bidders
Markus Teich
2016-09-21
coding style fixes
Markus Teich
2016-09-11
public firstprice auction working in test_brandt
Markus Teich
2016-09-08
private firstprice auction working in test_brandt
Markus Teich
2016-09-08
test_brandt nearly done
Markus Teich
2016-08-31
fix seller auction bootstrap
Markus Teich
2016-08-31
temporary dump for discussion
Markus Teich
2016-08-23
add outcome determination to brandt.c
Markus Teich
2016-08-23
add msg headers
Markus Teich
2016-08-19
differentiate starting functions better
Markus Teich
2016-08-19
fix warnings
Markus Teich
2016-08-17
get auctions rolling
Markus Teich
2016-08-17
add start callback and further basic tests
Markus Teich
2016-08-16
some stuff
Markus Teich
2016-08-16
add descr struct verification
Markus Teich
2016-08-12
fill descr struct on new()
Markus Teich
2016-08-10
work on public interface implementation
Markus Teich
2016-08-03
stuff
Markus Teich
2016-08-03
update tests
Markus Teich
2016-07-13
fix by including platform.h
Christian Grothoff
2016-07-13
major random stuff
Markus Teich
2016-07-06
start with brandt.c
Markus Teich
2016-06-22
random fixes
Markus Teich
2016-06-19
some doxygen fixes
Markus Teich
2016-06-17
refactor smc and ec crypto functions and ad 0og zkp
Markus Teich
2016-06-12
add tests for key generation
Markus Teich