Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
96d4b77
change guest openvm to develop (#1366)
jonathanpwang Apr 4, 2025
803f740
poseidon-air: simplify horizen_round_consts impl (#1362)
tcoratger Feb 22, 2025
716468f
Added Twisted Edwards chip
Avaneesh-axiom Jan 23, 2025
6d8e6d5
renamed WeierstrassExtension to EccExtension (etc)
Avaneesh-axiom Jan 22, 2025
a5d42ae
fix linter errors and address PR comments
Avaneesh-axiom Jan 23, 2025
59253b0
cleanup TwistedEdwardsPoint trait
Avaneesh-axiom Jan 24, 2025
01316c1
fix name collisions
Avaneesh-axiom Jan 24, 2025
b5ca860
change serde serialization for CurveConfig.coeffs to tagged
Avaneesh-axiom Jan 24, 2025
75d9c02
fix typo bug
Avaneesh-axiom Jan 24, 2025
d3832d1
update setup_all_curves to setup_all_sw_curves or setup_all_te_curves
Avaneesh-axiom Jan 24, 2025
a9f1c30
Updated the OpenVM book and example code for twisted Edwards curves
Avaneesh-axiom Jan 24, 2025
27f3d4c
delete vmexe (accidentally commited)
Avaneesh-axiom Jan 24, 2025
d666018
Add Ed25519 curve to the guest library
Avaneesh-axiom Jan 24, 2025
1a9aa83
bugs
Avaneesh-axiom Jan 25, 2025
084daf9
Move IntrinsicCurve trait definition to lib.rs (since it's common to …
Avaneesh-axiom Jan 27, 2025
4933d50
Implement IntrinsicCurve trivially for ed25519
Avaneesh-axiom Jan 27, 2025
380f7d1
Update book/src/custom-extensions/ecc.md
Avaneesh-axiom Jan 28, 2025
a48b602
Remove num-bigint-dig dependancy
Avaneesh-axiom Jan 28, 2025
b0a24f3
Add decompression hints for ed25519 and rewrite curve config
Avaneesh-axiom Jan 28, 2025
fcc8bb8
Add negative of ed25519 generator
Avaneesh-axiom Jan 29, 2025
2a91eb9
Update ecc extension section in the book to match CurveConfig rewrite
Avaneesh-axiom Jan 29, 2025
64f6bcd
fix issues introduced after rebase
Avaneesh-axiom Jan 29, 2025
df3aca0
update README for ecc macros
Avaneesh-axiom Jan 29, 2025
028e5c4
rename ecc opcodes
Avaneesh-axiom Jan 29, 2025
13274f3
Update contributer docs for ecc extension
Avaneesh-axiom Jan 29, 2025
5ab2ec4
fix small bugs
Avaneesh-axiom Jan 29, 2025
bd2f957
fix messed up rebase
Avaneesh-axiom Jan 29, 2025
8842181
update Cargo.lock
Avaneesh-axiom Jan 29, 2025
7e371ef
fix linter errors
Avaneesh-axiom Jan 29, 2025
10393ae
Add CachedMulTable for preprocessed msm for twisted edwards curves
Avaneesh-axiom Jan 30, 2025
1590c05
Add hint fallback for twisted Edwards curves
Avaneesh-axiom Mar 28, 2025
171bf40
fix rebase issues
Avaneesh-axiom Mar 28, 2025
62031bf
Fixed decompression tests for twisted edwards curves
Avaneesh-axiom Mar 31, 2025
4d62231
Fix codespell error on te (twisted edwards) abbreviation
Avaneesh-axiom Mar 31, 2025
6a6b32e
Fix lint errors and typos
Avaneesh-axiom Mar 31, 2025
0d69083
Update docs
Avaneesh-axiom Mar 31, 2025
64e41c9
Remove code related to ecc phantom instructions
Avaneesh-axiom Jun 16, 2025
3d6c5f7
Add struct_name fields to curve configs
Avaneesh-axiom Jun 16, 2025
68909ce
Fix rebase issues
Avaneesh-axiom Jun 16, 2025
7aa8cbf
Add lazy setup for edwards curves
Avaneesh-axiom Jun 16, 2025
02d07b6
Delete commented code
Avaneesh-axiom Jun 16, 2025
9a69407
Add a bunch of #[inline(always)] for te curves
Avaneesh-axiom Jun 16, 2025
688d95d
Merge branch 'main' into feat/edwards-curve-support
Avaneesh-axiom Jun 16, 2025
34fbcda
Update comments on Group::is_identity impl
Avaneesh-axiom Jun 16, 2025
cf9e909
Add missing dep
Avaneesh-axiom Jun 16, 2025
e1f69d0
Fix bugs
Avaneesh-axiom Jun 16, 2025
ba8fb34
Update ecc example
Avaneesh-axiom Jun 16, 2025
9eb373c
Fix lint
Avaneesh-axiom Jun 16, 2025
652bf3c
Update ecc chip READMEs
Avaneesh-axiom Jun 16, 2025
021bb79
Fix import path bugs in pairing guest lib
Avaneesh-axiom Jun 16, 2025
39e2547
Minor change for clarity
Avaneesh-axiom Jun 16, 2025
ba2814a
Update ecc sw-macro and te-macro READMEs
Avaneesh-axiom Jun 16, 2025
d4beb7e
Fix lint
Avaneesh-axiom Jun 16, 2025
a67e46d
Merge branch 'main' into feat/edwards-curve-support
Avaneesh-axiom Jun 19, 2025
de5e835
fix: Handle decompression with x = 0 correctly
Avaneesh-axiom Jun 19, 2025
5a88dc6
Fix bad merge
Avaneesh-axiom Jun 19, 2025
cb4e446
Add #[serde(default)] to EccExtenison (allow omitting sw or te curves)
Avaneesh-axiom Jun 19, 2025
b821044
Merge branch 'main' into feat/edwards-curve-support
Avaneesh-axiom Jul 11, 2025
2e59e6f
Fix typo in ecc tests
Avaneesh-axiom Jul 11, 2025
1f0d42c
Remove 48 limb twisted edwards curve support (unused)
Avaneesh-axiom Aug 1, 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
3 changes: 2 additions & 1 deletion .codespellignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ InOut
inout
LoadE
SelectE
ser
ser
te
Loading
Loading