File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed
artifacts/risc0/templates Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ edition = "{{ edition }}"
1010zkaleido-risc0-guest-env = { path = "../../../adapters/risc0/guest" }
1111
1212[patch.crates-io]
13- sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.8-risczero.0" }
1413k256 = { git = "https://github.com/risc0/RustCrypto-elliptic-curves", tag = "k256/v0.13.3-risczero.1" }
14+ sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.8-risczero.0" }
1515substrate-bn = { git = "https://github.com/risc0/paritytech-bn", tag = "v0.6.0-risczero.0" }
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ pub mod tests {
4040 use zkaleido:: ZkVmProgram ;
4141 use zkaleido_native_adapter:: { NativeHost , NativeMachine } ;
4242
43- use crate :: { program:: FibProgram , process_fibonacci } ;
43+ use crate :: { process_fibonacci , program:: FibProgram } ;
4444
4545 pub fn get_native_host ( ) -> NativeHost {
4646 NativeHost {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ impl ZkVmProgram for Risc0Groth16VerifyProgram {
99 type Output = bool ;
1010
1111 fn name ( ) -> String {
12- "risc0_groth16_verify " . to_string ( )
12+ "groth16_verify_risc0 " . to_string ( )
1313 }
1414
1515 fn proof_type ( ) -> zkaleido:: ProofType {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ impl ZkVmProgram for SP1Groth16VerifyProgram {
99 type Output = bool ;
1010
1111 fn name ( ) -> String {
12- "groth16_verify " . to_string ( )
12+ "groth16_verify_sp1 " . to_string ( )
1313 }
1414
1515 fn proof_type ( ) -> zkaleido:: ProofType {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ mod tests {
4040 use zkaleido:: ZkVmProgram ;
4141 use zkaleido_native_adapter:: { NativeHost , NativeMachine } ;
4242
43- use crate :: { program:: ShaChainProgram , process_sha2_chain } ;
43+ use crate :: { process_sha2_chain , program:: ShaChainProgram } ;
4444
4545 fn get_native_host ( ) -> NativeHost {
4646 NativeHost {
You can’t perform that action at this time.
0 commit comments