- profiler actually added to svn
authorFlorian Dold <florian.dold@gmail.com>
Tue, 7 Jan 2014 00:14:11 +0000 (00:14 +0000)
committerFlorian Dold <florian.dold@gmail.com>
Tue, 7 Jan 2014 00:14:11 +0000 (00:14 +0000)
commit6a86f1fc448e219364d547d167d0a655eff2b531
tree681e2a680f33f40da4d2235089946a9e4aa0089a
parent4d1b8809fe1df0f2524abc0e65f2f770c88adbdf
- profiler actually added to svn
- test for signature segfault with secretsharing
- rudimentary implementation of cooperative decryption
- consensus uses absolute time instead of relative
- working DKG without zero knowledge proofs
22 files changed:
po/POTFILES.in
po/de.po
po/es.po
po/sv.po
po/vi.po
po/zh_CN.po
src/consensus/consensus.h
src/consensus/consensus_api.c
src/consensus/gnunet-consensus-profiler.c
src/consensus/gnunet-service-consensus.c
src/include/gnunet_common.h
src/include/gnunet_consensus_service.h
src/include/gnunet_secretsharing_service.h
src/include/gnunet_signatures.h
src/secretsharing/Makefile.am
src/secretsharing/gnunet-secretsharing-profiler.c
src/secretsharing/gnunet-service-secretsharing.c
src/secretsharing/secretsharing.h
src/secretsharing/secretsharing_api.c
src/secretsharing/secretsharing_protocol.h
src/secretsharing/test_secretsharing.conf
src/secretsharing/test_secretsharing_sig.c [new file with mode: 0644]