Skip to content

Commit 282faf5

Browse files
authored
Merge pull request #3374 from o1-labs/dw/remove-folding
Remove folding library: it is old and unused
2 parents 980c9a4 + 038c185 commit 282faf5

22 files changed

+3
-5697
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
### [folding](./folding)
2424

2525
#### Changed
26-
- (No changes in current release)
26+
- Remove crate as it will never be used
27+
([#3374](https://github.com/o1-labs/proof-systems/pull/3374))
2728

2829
### [groupmap](./groupmap)
2930

Cargo.lock

Lines changed: 0 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ members = [
44
"book",
55
"crates/*",
66
"curves",
7-
"folding",
87
"groupmap",
98
"hasher",
109
"internal-tracing",
@@ -91,7 +90,6 @@ wasm-bindgen-test = ">=0.3.0"
9190

9291
arkworks = { path = "crates/arkworks" }
9392
arrabbiata = { path = "./arrabbiata", version = "0.1.0" }
94-
folding = { path = "./folding", version = "0.1.0" }
9593
groupmap = { path = "./groupmap", version = "0.1.0" }
9694
internal-tracing = { path = "./internal-tracing", version = "0.1.0" }
9795
kimchi = { path = "./kimchi", version = "0.1.0", features = ["bn254"] }

folding/Cargo.toml

Lines changed: 0 additions & 37 deletions
This file was deleted.

folding/src/checker.rs

Lines changed: 0 additions & 261 deletions
This file was deleted.

0 commit comments

Comments
 (0)