index
:
oec/libbrandt.git
transcript
libbrandt fork
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto.c
Age
Commit message (
Expand
)
Author
2024-01-14
lift code to recent GNUNET version; uncrustify
Özgür Kesim
2017-01-04
whitespace
Markus Teich
2016-12-02
move ecdlogctx passing to _join()/_new() functions
Markus Teich
2016-12-02
make byte plural consistent
Markus Teich
2016-12-02
migrate to GNUNET_assert
Markus Teich
2016-12-02
migrate to GNUNET_log
Markus Teich
2016-11-22
abort() on OOM
Markus Teich
2016-10-14
fix preparation for M+1st price auctions
Markus Teich
2016-10-13
clarify docstring
Markus Teich
2016-10-12
simplify encrypt_bid
Markus Teich
2016-10-09
add additional proof on encrypt_bid for M+1st price auctions
Markus Teich
2016-09-29
split different auction format algorithms into separate files
Markus Teich
2016-09-23
fix bug in public first price outcome determination
Markus Teich
2016-09-21
coding style fixes
Markus Teich
2016-09-08
test_brandt nearly done
Markus Teich
2016-08-31
finish prep functions for first price auctions
Markus Teich
2016-08-31
temporary dump for discussion
Markus Teich
2016-08-23
add msg headers
Markus Teich
2016-08-16
some stuff
Markus Teich
2016-08-16
fix doc
Markus Teich
2016-08-09
use GNUNET_new_array instead of calloc
Markus Teich
2016-08-03
style
Markus Teich
2016-08-03
switch to hashing from gnunetutil
Markus Teich
2016-08-02
finish/fix public first price auctions
Markus Teich
2016-07-13
fix ecc_dlog usage
Markus Teich
2016-07-13
major random stuff
Markus Teich
2016-06-29
remove unneeded double initialization
Markus Teich
2016-06-28
fix memory leak
Markus Teich
2016-06-28
add outcome determination plus test
Markus Teich
2016-06-28
add outcome decryption plus test
Markus Teich
2016-06-28
add outcome computation with test
Markus Teich
2016-06-22
random fixes
Markus Teich
2016-06-22
add prologue and round1 including tests
Markus Teich
2016-06-22
create proof for public key share
Markus Teich
2016-06-22
smc_zkp_dl: make v an output parameter
Markus Teich
2016-06-21
use proof structs. fix bug in mpi_serialize
Markus Teich
2016-06-21
use hash to generate challange in ZKPs
Markus Teich
2016-06-21
add (de)serialization + test. add some docu and stubs
Markus Teich
2016-06-20
add bid encryption
Markus Teich
2016-06-20
add key-share generation
Markus Teich
2016-06-20
add 3dim array helpers
Markus Teich
2016-06-19
some doxygen fixes
Markus Teich
2016-06-19
merge smc into crypto module. add 2dim array helpers
Markus Teich
2016-06-19
minor docu clarification
Markus Teich
2016-06-17
refactor smc and ec crypto functions and ad 0og zkp
Markus Teich
2016-06-13
coding style
Markus Teich
2016-06-13
add first ZKP including test case
Markus Teich
2016-06-12
add tests for key generation
Markus Teich
2016-06-12
add crypto backend
Markus Teich