Skip to content

feat: 4.1.0-dev #2010

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

Closed
wants to merge 59 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
5e41c65
feat: FP ops using tonelli shanks
nhtyy Jan 27, 2025
1dfea58
fix: add field size in input buffer
nhtyy Jan 27, 2025
d317ab7
fix: padding len
nhtyy Jan 27, 2025
08a7929
fix: error message on assert fpop
nhtyy Jan 27, 2025
95ae38f
fix: more cleanup
nhtyy Jan 27, 2025
cfaf842
feat: elliptic-curve crate affine points
nhtyy Feb 3, 2025
37cd0e3
fix: elliptic curve version
nhtyy Feb 3, 2025
8951cf3
add debug bound
nhtyy Feb 3, 2025
ce74ce1
fix: missing traits on scalar
nhtyy Feb 3, 2025
ab5b00d
fix: comments + cleanup
nhtyy Feb 3, 2025
da87cb0
fix: unused imports
nhtyy Feb 4, 2025
28428d2
Update crates/core/executor/src/hook.rs
nhtyy Feb 4, 2025
ee2d31e
Update crates/core/executor/src/hook.rs
nhtyy Feb 4, 2025
f515334
Update crates/zkvm/lib/src/ecdsa.rs
nhtyy Feb 4, 2025
6f09683
Update crates/zkvm/lib/src/ecdsa.rs
nhtyy Feb 4, 2025
fa6dc53
Apply suggestions from code review
nhtyy Feb 4, 2025
489f1ff
fix: spell checker merge issues
nhtyy Feb 4, 2025
439f3da
fix: dont break semver
nhtyy Feb 4, 2025
66e945c
chore: cleanup scalar conversions
nhtyy Feb 4, 2025
1385365
chore: to_bytes should consume
nhtyy Feb 4, 2025
97bc1d1
feat: ecdh
nhtyy Feb 4, 2025
b8ef519
fix: comments
nhtyy Feb 4, 2025
5f881c6
chore: comments
nhtyy Feb 4, 2025
519d796
fix: introduce `normalize` methods for `Field`
nhtyy Feb 4, 2025
0d02287
fix: beta normalization in decompress
nhtyy Feb 5, 2025
a787ff4
Apply suggestions from code review
nhtyy Feb 5, 2025
0a9deb9
Apply suggestions from code review
nhtyy Feb 5, 2025
3ec26ec
feat: write cycle benchmarks to file
nhtyy Feb 6, 2025
18bd4fb
wip: CI for cycles
nhtyy Feb 6, 2025
8250414
fix: rm bench feature
nhtyy Feb 6, 2025
13df6ee
pls
nhtyy Feb 6, 2025
b7939d4
bump patches
nhtyy Feb 6, 2025
bd2b2fb
docs
nhtyy Feb 6, 2025
00e45a2
comments
nhtyy Feb 6, 2025
b6b4224
Spelling fixes
nhtyy Feb 6, 2025
ebfc157
add module docs scalar
nhtyy Feb 6, 2025
abab7c9
ecdsa comment
nhtyy Feb 6, 2025
fe116db
no run doctest
nhtyy Feb 7, 2025
05f2d65
fix: use recover from curve crate to avoid conflicts
nhtyy Feb 7, 2025
1e164fa
fix: dont commit patch-testing lockfiles
nhtyy Feb 7, 2025
c1c6930
docs: affine point conditional select
nhtyy Feb 7, 2025
a95c384
fix: no run doc tests
nhtyy Feb 7, 2025
de6822d
docs: bump patch-testing to tags, update new docs
nhtyy Feb 7, 2025
65708b7
fix: workaround GAT bug without newtype
nhtyy Feb 7, 2025
28882af
bump 4.1.0
nhtyy Feb 7, 2025
2163277
test: schnorr verify
nhtyy Feb 7, 2025
42eae21
Ratan suggestions
nhtyy Feb 7, 2025
248c16f
Ratan changes2
nhtyy Feb 7, 2025
c7dfcc8
suggestions fixes
nhtyy Feb 7, 2025
8a03cd6
rebase fixes
nhtyy Feb 7, 2025
bd7f395
fix: comments
nhtyy Feb 7, 2025
062318d
fix: missing comments projective
nhtyy Feb 7, 2025
9e12333
feat: write cycle benchmarks to file
nhtyy Feb 6, 2025
4a74134
wip: CI for cycles
nhtyy Feb 6, 2025
9d93d08
fix: rm bench feature
nhtyy Feb 6, 2025
788423b
pls
nhtyy Feb 6, 2025
1d1b7e3
chore: bump moongate
nhtyy Jan 31, 2025
54d1f8e
fix: better error message for workflows
nhtyy Jan 31, 2025
d62d1f4
chore: bump moongate to 4.1.0
nhtyy Feb 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 53 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading