-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: add tss-core package * refactor: move composite dlog proof to tss-core * refactor: use tss-core composite dlog proof * refactor: move generate_h1_h2_N_tilde to tss-core * refactor: allow non-snake-case * refactor: rename to PiPrm and use instead of existing Ring-Pedersen * refactor: define RingPedersenParams structure * refactor: use pi-prm proof in fs-dkr * refactor: move Pi-PRM and utilities to tss-core * refactor: rename to PiEnc to correspond with paper * refactor: move pi-aff-g proof * feat: use externally generated rho in pi-enc * refactor: move pi-log-star proof * refactor: move pi-mul * refactor: move pi-mul-star * refactor: move pi-dec * refactor: use constant security parameters * chore: clippy * feat: add sqrt for ring pedersen params * fix: convert Legendre to -1 * fix: use p,q directly in sqrt * feat: add pi-mod proof * feat: add Pi-Fac proof * fix: Pi-fac proof * fix: sample sign bit for Pi-Fac challenge * refactor: clippy suggestions
- Loading branch information
Showing
41 changed files
with
2,319 additions
and
1,861 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.