Skip to content

Commit 2e82885

Browse files
committed
feat: bigint patch tests
1 parent 1b6c053 commit 2e82885

File tree

21 files changed

+527
-206
lines changed

21 files changed

+527
-206
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"rust-analyzer.linkedProjects": [
2323
"Cargo.toml",
24-
// "patch-testing/Cargo.toml",
25-
// "patch-testing/bn/program/Cargo.toml",
24+
"patch-testing/Cargo.toml",
25+
"patch-testing/rustcrypto-bigint/program/Cargo.toml",
2626
// // Examples.
2727
// "examples/chess/program/Cargo.toml",
2828
// "examples/chess/script/Cargo.toml",

patch-testing/Cargo.lock

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

patch-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
"sp1-test",
1010
"curve25519-dalek",
1111
"curve25519-dalek-ng",
12-
"RustCrypto-bigint",
12+
"rustcrypto-bigint",
1313
"bls12-381",
1414
"bn",
1515
]

patch-testing/RustCrypto-bigint/program/bin/base.rs

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

patch-testing/RustCrypto-bigint/src/lib.rs

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

patch-testing/bls12-381/program/Cargo.lock

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

0 commit comments

Comments
 (0)