Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
3516e61
add root Cargo.toml
vivianjeng Oct 4, 2024
9cabfde
optimize
siq1 Oct 6, 2024
f06f67c
Merge branch 'master' into nightly
siq1 Oct 7, 2024
1ec303d
fix
siq1 Oct 7, 2024
0330c71
fix: fix ci tests
vivianjeng Oct 7, 2024
02a15f1
Merge remote-tracking branch 'origin'
vivianjeng Oct 7, 2024
1f044fa
fix: fix clippy
vivianjeng Oct 7, 2024
f8fc8a2
Merge pull request #1 from vivianjeng/fix-clippy
vivianjeng Oct 7, 2024
d9f476b
add a trivial circuit biulder
zhenfeizhang Oct 7, 2024
10c0f32
fix lint
zhenfeizhang Oct 7, 2024
ecc68c6
fix lint
zhenfeizhang Oct 7, 2024
bdbaa69
Merge pull request #29 from vivianjeng/master
siq1 Oct 8, 2024
c2343f1
update cargo dependencies
siq1 Oct 8, 2024
94128c3
update rust lib path
siq1 Oct 8, 2024
f18c43b
update go ci
siq1 Oct 8, 2024
c622281
support dynamic array in rust circuit definition
siq1 Oct 8, 2024
c06b6ec
minor changes
siq1 Oct 8, 2024
dfad23d
remove temporary fix for public input
siq1 Oct 8, 2024
eade9ab
update file names
zhenfeizhang Oct 11, 2024
366a7e3
fix ci
zhenfeizhang Oct 11, 2024
fdc2a1f
fix ci
zhenfeizhang Oct 11, 2024
f78f88e
Merge branch 'zz/circuit_names' into zz/trivial_layers
zhenfeizhang Oct 11, 2024
cadfc8c
Merge remote-tracking branch 'origin/dynamic_array' into zz/trivial_l…
zhenfeizhang Oct 11, 2024
bbe935b
update trivial circuit code
zhenfeizhang Oct 11, 2024
8662d11
Merge pull request #36 from PolyhedraZK/zz/circuit_names
siq1 Oct 12, 2024
488d5c2
Merge branch 'dynamic_array' into dev
siq1 Oct 12, 2024
a1a55b7
sync cargo updates
siq1 Oct 12, 2024
13fde59
Merge pull request #33 from PolyhedraZK/zz/trivial_layers
siq1 Oct 12, 2024
b06b48d
Use gnark expr and fix GoBytes limit (#34)
siq1 Oct 14, 2024
41f7d7c
update expander version
siq1 Oct 14, 2024
5575667
update expander version
siq1 Oct 15, 2024
1239e2e
add more tests
siq1 Oct 21, 2024
3b879e7
fix compilation time of large multiply expr
siq1 Oct 22, 2024
4ce4601
v1
zhiyong1997 Oct 28, 2024
0f962e2
minor
zhiyong1997 Oct 28, 2024
ed71bf5
minor
zhiyong1997 Oct 28, 2024
b5c2232
Merge pull request #39 from PolyhedraZK/log_up
siq1 Nov 1, 2024
734c4c5
implement get random value api
siq1 Nov 1, 2024
ebf0f08
Log up Update (#40)
zhiyong1997 Nov 4, 2024
fc99a55
refactor logup to std (#41)
zhiyong1997 Nov 8, 2024
7f7c612
fix bugs
siq1 Nov 10, 2024
0a06e1c
add more large add/mul expr tests (#43)
siq1 Dec 10, 2024
5e136ea
implement mul gate fanout limit (#48)
siq1 Dec 10, 2024
3201cdd
Ecgo const variables (#51)
siq1 Dec 10, 2024
b10aa7f
Debugging Evalution (#49)
siq1 Dec 10, 2024
83107d8
Logup (#54)
hczphn Dec 12, 2024
0661601
Logup (#56)
hczphn Dec 17, 2024
ba72bf6
Cross layer circuit (#50)
siq1 Dec 17, 2024
fc2f7b2
Implement hints (#53)
siq1 Dec 30, 2024
1caf607
allow generic hint caller (changes from #58)
siq1 Jan 2, 2025
385ca25
Rust const variables (#60)
siq1 Jan 8, 2025
d90c866
Update expander (#61)
siq1 Jan 9, 2025
a3d2afd
Virgo++ expander integration (#57)
siq1 Jan 14, 2025
e4f1ce4
Efc logup (#69)
hczphn Jan 14, 2025
f1ad9ac
sha256_m31 & 37bytes (#68)
hczphn Jan 15, 2025
e186ad0
Change debug interface (changes from #52)
siq1 Jan 15, 2025
d26a127
Minor: Poseidon Mersenne-31 Width 16 circuit (#72)
tonyfloatersu Jan 17, 2025
57bab74
Disable 7950x3d test in CI (#76)
siq1 Jan 19, 2025
712a721
Sha256-GF2 (#59)
zhiyong1997 Jan 22, 2025
72a62ae
Efc gnark (#70)
hczphn Jan 22, 2025
6c172ef
Minor: Rust build script update (#78)
tonyfloatersu Jan 22, 2025
d81e2bb
fix race and randomness in artifact of tests
siq1 Jan 23, 2025
49809d1
fix clippy
siq1 Jan 23, 2025
ed78ec1
Update expander to v1.0.0
siq1 Jan 24, 2025
7925a15
Merge branch 'master' into dev_tmp
siq1 Jan 24, 2025
9510b66
Merge branch 'dev_tmp' into dev
siq1 Jan 24, 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
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:

test-rust-avx512:
runs-on: 7950x3d
if: false # temporarily disabled
steps:
- uses: styfle/cancel-workflow-action@0.11.0
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# generated artifact
*.txt
*.json
*.witness
*.log
__*
target
libec_go_lib.*
Expand Down
Loading
Loading