tristangurtler
|
33e41b4eb5
Cleaning up code to be more legible, and checking it with valgrind
|
преди 3 години |
tristangurtler
|
da32b7a842
minor changes that lead to ~30% reduction in proof time
|
преди 3 години |
tristangurtler
|
373a1adbae
I don't know what it is, but approximately 3% of the time, there is a bug that causes proofs to fail. Otherwise, I'm adding networking code now
|
преди 3 години |
tristangurtler
|
dda01bd883
all proofs work, all issues fixed, no optimizations yet made
|
преди 3 години |
tristangurtler
|
0c958cdddb
This compiles, but has bugs right now. The current issue I'm looking at is that, the other ways I've tested it, the fresh pseudonyms are generated correctly, but the proofs of their generation are not verifying. Specifically, when proving that a piece of the result is valid, the proof succeeds if it was generated as the product of a 0 from the permutation matrix and the original pseudonym, but fails if it was generated as the product of a 1 from the permutation matrix and the original pseudonym. I am debugging this now.
|
преди 3 години |
tristangurtler
|
813ea4bc56
Added the server consensus 'proofs'
|
преди 3 години |
tristangurtler
|
beb6c7aa14
Added ability for users to verify servers correctly added them
|
преди 3 години |
tristangurtler
|
f7faf80c5e
Refactoring: put proof code (and global variables) in one shared class the other things inherit from
|
преди 3 години |
tristangurtler
|
d6215063bb
Added proofs of valid votes by users, as well as more timing data to be printed when the program is run
|
преди 3 години |
tristangurtler
|
80171710c0
reputation proofs fully working now
|
преди 3 години |
tristangurtler
|
6fedf2bb85
cleanup of code to be more legible, and some minor changes in how the epoch is handled to be more appropriate for when networking is introduced
|
преди 3 години |
tristangurtler
|
667cf20ce1
fix for scaling issue applied; code changed to enable the actual structure proofs will take in the future; code added to enable reputation proofs (although this code is currently commented out, as the oracle function is not yet implemented, so attempting compilation with it in will cause a linker error
|
преди 3 години |
tristangurtler
|
a831ddb779
debugging (and makefile support for gdb debugging) complete
|
преди 3 години |
tristangurtler
|
885c9e40cd
there is now something that can actually be compiled; bugfixing remains to get it to run and be useful, though
|
преди 3 години |