Skip to content

Commit

Permalink
Pure rust implementation of the prover: part 1 (risc0#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaub authored Jun 19, 2022
1 parent 6366df5 commit c41116c
Show file tree
Hide file tree
Showing 45 changed files with 5,805 additions and 1,151 deletions.
81 changes: 80 additions & 1 deletion Cargo-guest.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "3f0d93bcc071094aa836e62391ce8e38eb76b083a8b83e5eba24e05b25e74ad0",
"checksum": "ba3819c188aa4adbec852b81ab63985672ebcbb3cb1a5111b84c0fb0cfb538d1",
"crates": {
"anyhow 1.0.57": {
"name": "anyhow",
Expand Down Expand Up @@ -60,6 +60,39 @@
},
"license": "MIT OR Apache-2.0"
},
"array-init 2.0.0": {
"name": "array-init",
"version": "2.0.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/array-init/2.0.0/download",
"sha256": "6945cc5422176fc5e602e590c2878d2c2acd9a4fe20a4baa7c28022521698ec6"
}
},
"targets": [
{
"Library": {
"crate_name": "array_init",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "array_init",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "2.0.0"
},
"license": "MIT OR Apache-2.0"
},
"block-buffer 0.10.2": {
"name": "block-buffer",
"version": "0.10.2",
Expand Down Expand Up @@ -413,6 +446,10 @@
"id": "anyhow 1.0.57",
"target": "anyhow"
},
{
"id": "array-init 2.0.0",
"target": "array_init"
},
{
"id": "bytemuck 1.9.1",
"target": "bytemuck"
Expand Down Expand Up @@ -441,6 +478,15 @@
"selects": {}
},
"edition": "2018",
"proc_macro_deps": {
"common": [
{
"id": "paste 1.0.7",
"target": "paste"
}
],
"selects": {}
},
"version": "0.0.1"
},
"license": null
Expand Down Expand Up @@ -583,6 +629,39 @@
},
"license": "MIT OR Apache-2.0"
},
"paste 1.0.7": {
"name": "paste",
"version": "1.0.7",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/paste/1.0.7/download",
"sha256": "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
}
},
"targets": [
{
"ProcMacro": {
"crate_name": "paste",
"crate_root": "src/lib.rs",
"srcs": {
"include": [
"**/*.rs"
],
"exclude": []
}
}
}
],
"library_target_name": "paste",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2018",
"version": "1.0.7"
},
"license": "MIT OR Apache-2.0"
},
"proc-macro2 1.0.39": {
"name": "proc-macro2",
"version": "1.0.39",
Expand Down
Loading

0 comments on commit c41116c

Please sign in to comment.