We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0e711 commit 536d537Copy full SHA for 536d537
1 file changed
wallet-unit-poc/ecdsa-spartan2/src/config_generator.rs
@@ -45,7 +45,7 @@ pub fn prove_ecdsa() {
45
46
pub fn prove_jwt() {
47
let circuit = JWTCircuit;
48
- let pk_path = "keys/chunked_jwt_keys/proving_key";
+ let pk_path = "keys/jwt_proving.key";
49
50
// load_proving_chunked_key also can be used here
51
let pk = load_proving_key(pk_path).expect("load proving key failed");
0 commit comments