Skip to content

Commit 9a13025

Browse files
Rename SHA-256 to SHA-2 in various places
1 parent 91afc8b commit 9a13025

File tree

9 files changed

+881
-385
lines changed

9 files changed

+881
-385
lines changed

.github/workflows/extension-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- { name: "rv32im", path: "rv32im" }
2929
- { name: "native", path: "native" }
3030
- { name: "keccak256", path: "keccak256" }
31-
- { name: "sha256", path: "sha256" }
31+
- { name: "sha2", path: "sha2" }
3232
- { name: "bigint", path: "bigint" }
3333
- { name: "algebra", path: "algebra" }
3434
- { name: "ecc", path: "ecc" }

.github/workflows/primitives.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- "crates/circuits/primitives/**"
1010
- "crates/circuits/poseidon2-air/**"
11-
- "crates/circuits/sha256-air/**"
11+
- "crates/circuits/sha2-air/**"
1212
- "crates/circuits/mod-builder/**"
1313
- "Cargo.toml"
1414
- ".github/workflows/primitives.yml"
@@ -47,8 +47,8 @@ jobs:
4747
run: |
4848
cargo nextest run --cargo-profile fast --features parallel
4949
50-
- name: Run tests for sha256-air
51-
working-directory: crates/circuits/sha256-air
50+
- name: Run tests for sha2-air
51+
working-directory: crates/circuits/sha2-air
5252
run: |
5353
cargo nextest run --cargo-profile fast --features parallel
5454

0 commit comments

Comments
 (0)