-
Notifications
You must be signed in to change notification settings - Fork 39
Develop keccak #89
Develop keccak #89
Conversation
…into develop-poseidon
1. Bug fixed 2. Code optimization 3. Remove useless annotations
1. reduce advice_column count 2. reduce constraint count 3. reduce step count
03ddbb5
to
8397503
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #89 +/- ##
=======================================
Coverage 62.34% 62.35%
=======================================
Files 26 26
Lines 8284 8285 +1
=======================================
+ Hits 5165 5166 +1
Misses 3119 3119 ☔ View full report in Codecov by Sentry. |
1. Reduce constraints degree 2. Add constraint for checking padding rule 3. Bugfix 4. Remove redundant code
Cargo.toml
Outdated
@@ -20,6 +20,7 @@ num-bigint = { version = "0.4", features = ["rand"] } | |||
uuid = { version = "1.4.0", features = ["v1", "rng"] } | |||
serde = { version = "1.0", features = ["derive"] } | |||
serde_json = "1.0" | |||
ff = "0.13.0" |
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.
@10to4 why is this package required, it seems it is not used
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.
Yes, I think this should be legacy useless code.
@10to4 I have approved it, perhaps you can fix those clippy errors and merge it :-) |
…to develop-keccak
1788d7e
No description provided.