-
Notifications
You must be signed in to change notification settings - Fork 52
SNARK-friendly STM: jubjub wrapper #2828
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
base: main
Are you sure you want to change the base?
Conversation
mithril-stm/src/signature_scheme/schnorr_signature/jubjub_wrapper/curve_points.rs
Fixed
Show fixed
Hide fixed
mithril-stm/src/signature_scheme/schnorr_signature/jubjub_wrapper/curve_points.rs
Fixed
Show fixed
Hide fixed
mithril-stm/src/signature_scheme/schnorr_signature/jubjub_wrapper/field_elements.rs
Fixed
Show fixed
Hide fixed
mithril-stm/src/signature_scheme/schnorr_signature/jubjub_wrapper/field_elements.rs
Fixed
Show fixed
Hide fixed
bdab491 to
dc04ec6
Compare
mithril-stm/src/signature_scheme/schnorr_signature/jubjub/curve_points.rs
Outdated
Show resolved
Hide resolved
mithril-stm/src/signature_scheme/schnorr_signature/signature.rs
Outdated
Show resolved
Hide resolved
mithril-stm/src/signature_scheme/schnorr_signature/signature.rs
Outdated
Show resolved
Hide resolved
mithril-stm/src/signature_scheme/schnorr_signature/signature.rs
Outdated
Show resolved
Hide resolved
mithril-stm/src/signature_scheme/schnorr_signature/jubjub/curve_points.rs
Show resolved
Hide resolved
7f64ad9 to
bbc3b2e
Compare
mithril-stm/src/signature_scheme/schnorr_signature/jubjub/poseidon_digest.rs
Outdated
Show resolved
Hide resolved
hjeljeli32
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✅
I left 2 small non-blocking suggestions (DST choice + tests/golden coverage). Otherwise, looks solid to me.
bbc3b2e to
21a7359
Compare
damrobi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
jpraynaud
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
mithril-stm/src/signature_scheme/schnorr_signature/jubjub/field_elements.rs
Outdated
Show resolved
Hide resolved
mithril-stm/src/signature_scheme/schnorr_signature/jubjub/field_elements.rs
Show resolved
Hide resolved
mithril-stm/src/signature_scheme/schnorr_signature/jubjub/mod.rs
Outdated
Show resolved
Hide resolved
21a7359 to
bfa1314
Compare
Content
This PR includes the
jubjubwrapper for theschnorr_signaturemodule.The
jubjubexposer, located in../schnorr_signature/jubjub/, includes:curve_pointsfield_elementsposeidon_digestIt exposes the
jubjubfunctionality (fromduskfor today) required by the Schnorr signature.This wrapper removed all
duskimports from the Schnorr implementation.Pre-submit checklist
Comments
Issue(s)
Closes #2817