提交历史

作者 SHA1 备注 提交日期
  Stan Gurtler ec1a914e9e changes to HBC stuff (not yet debugged) 2 年之前
  Stan Gurtler 1c6a298337 bug has been squashed 2 年之前
  Stan Gurtler 21c18fa24a hunting down source of HBC issue 2 年之前
  Stan Gurtler fd8851d9d5 hunting down source of issue 2 年之前
  Stan Gurtler 9dc8944c19 update for HBC runs 2 年之前
  tristangurtler 65db225dec fixed user tally batched proofs 3 年之前
  tristangurtler c36f40b878 proof batching for 2/3 cases currently in place 3 年之前
  tristangurtler fea7f1262e clean up some leftover debugging code 3 年之前
  tristangurtler 33e41b4eb5 Cleaning up code to be more legible, and checking it with valgrind 3 年之前
  tristangurtler 3980749a6c various bugfixes, and further establishing the environment for testing 3 年之前
  tristangurtler da32b7a842 minor changes that lead to ~30% reduction in proof time 3 年之前
  tristangurtler f21ae46373 fixing valid permutation matrix proofs so that only one challenge is used, not one per element 3 年之前
  tristangurtler dda01bd883 all proofs work, all issues fixed, no optimizations yet made 3 年之前
  tristangurtler d0dc9b9bac fixed bugs identified in previous meeting (it turned out to just be indexing problems, as I had suspected) 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 95332ee7d7 changed syntax to be more legible 3 年之前
  tristangurtler 813ea4bc56 Added the server consensus 'proofs' 3 年之前
  tristangurtler ae49c1f1cf Added servers checking each other when they add a new user to not allow funny business 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 年之前