We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1358d commit a82caa0Copy full SHA for a82caa0
docs/src/reference/stubbing.md
@@ -83,7 +83,7 @@ Note that this is a fair assumption to do: `rand::random` is expected to return
83
Now, let's run it through Kani:
84
85
```bash
86
-cargo kani --enable-unstable --enable-stubbing --harness random_cannot_be_zero
+cargo kani --enable-unstable --enable-stubbing --harness encrypt_then_decrypt_is_identity
87
```
88
89
The verification result is composed of a single check: the assertion corresponding to `assert_eq!(data, decrypted_data)`.
0 commit comments