Code used as part of Private Reputation Supporting Ongoing Network Avatars. A privacy-preserving reputation system designed for usage in smaller, community-based settings.

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 years ago
BGN2 @ e22e4ed40e 184224a2bf updates to make serialization slightly more efficient (may require a 'make clean && make') 3 years ago
prsona 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 years ago
.gitignore 1a4ba94095 cleaning up repo 3 years ago
.gitmodules 5cd96f70b1 Add BGN2 submodule to track our local prsona branch 3 years ago