diff --git a/rust-bindings/src/lib.rs b/rust-bindings/src/lib.rs index 9259bce7a..0fbc1d5a5 100644 --- a/rust-bindings/src/lib.rs +++ b/rust-bindings/src/lib.rs @@ -41,8 +41,7 @@ mod tests { #[test] fn test_proofs() { /* - * Generated by printing the inputs to validate_proof in tests/test_python_bindings.py - * Specifically, the test_k_21 function was adapted to append 100 lines to the file. + * Generated by tools/generate_rust_proof_test.py */ let path = PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("test_proofs.txt"); let proofs = fs::read_to_string(path).unwrap();