Skip to content

Commit

Permalink
[chore] halo2curves remove export (#25)
Browse files Browse the repository at this point in the history
* chore: halo2curves no more reexport feature

* chore: bump halo2_proofs version

* chore: remove unused halo2 module

* chore: fix workspace
  • Loading branch information
jonathanpwang committed Nov 13, 2023
1 parent 2e98a5c commit 373ae06
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 65 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[workspace]
members = [
"halo2",
"halo2_proofs",
]
resolver = "2"
Expand Down
15 changes: 0 additions & 15 deletions halo2/CHANGELOG.md

This file was deleted.

25 changes: 0 additions & 25 deletions halo2/Cargo.toml

This file was deleted.

15 changes: 0 additions & 15 deletions halo2/katex-header.html

This file was deleted.

7 changes: 0 additions & 7 deletions halo2/src/lib.rs

This file was deleted.

4 changes: 2 additions & 2 deletions halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "halo2_proofs"
version = "0.2.0"
version = "0.3.0"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Ying Tong Lai <yingtong@electriccoin.co>",
Expand Down Expand Up @@ -54,7 +54,7 @@ crossbeam = "0.8"
ff = "0.13"
group = "0.13"
pairing = "0.23"
halo2curves = { git = "https://github.com/axiom-crypto/halo2curves.git", branch = "main", default-features = false, features = ["reexport", "bits", "bn256-table", "derive_serde"] }
halo2curves = { git = "https://github.com/axiom-crypto/halo2curves.git", branch = "main", default-features = false, features = ["bits", "bn256-table", "derive_serde"] }
rand = "0.8"
rand_core = { version = "0.6", default-features = false}
tracing = "0.1"
Expand Down

0 comments on commit 373ae06

Please sign in to comment.