-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZK proof cleanup #99
ZK proof cleanup #99
Conversation
A little more security and more debug info at the price of slightly larger message sizes.
Now they are linked only at the SchemeParameters level.
@fjarri is attempting to deploy a commit to the entropyxyz Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #99 +/- ##
==========================================
- Coverage 87.17% 86.91% -0.26%
==========================================
Files 45 45
Lines 7251 7535 +284
==========================================
+ Hits 6321 6549 +228
- Misses 930 986 +56 ☔ View full report in Codecov by Sentry. |
Specifically, P_dec in Signing.
And make Presigning structs generated for tests actually self-consistent enough to pass the proof verification.
pub(crate)
for the methods of a struct that's alreadypub(crate)
)Scalar
andUint
to the scheme parameters level #63). Note that it adds some internal-use methods toSchemeParams
; these should be hidden as a part of Seal theSchemeParameters
trait #74.