Skip to content

Commit

Permalink
Fix: short fix of a link in bigint extension doc (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
arayikhalatyan authored Dec 16, 2024
1 parent 325f872 commit 3ca85e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/custom-extensions/bigint.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ When using the `I256` struct with `target_os = "zkvm"`, the struct utilizes effi

### Example matrix multiplication using `I256`

See the full example [here](https://github.com/openvm-org/openvm/blob/main/crates/toolchain/tests/programs/examples/signed-matrix-power.rs).
See the full example [here](https://github.com/openvm-org/openvm/blob/main/crates/toolchain/tests/programs/examples/matrix-power-signed.rs).

```rust
#![cfg_attr(not(feature = "std"), no_main)]
Expand Down

0 comments on commit 3ca85e8

Please sign in to comment.