Skip to content

Commit

Permalink
fixed book test
Browse files Browse the repository at this point in the history
  • Loading branch information
developeruche committed Mar 19, 2024
1 parent 7a1cbca commit 47062f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/src/crates/primitives/kzg.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This module houses;

1. `KzgSettings`: Stores the setup and parameters needed for computing KZG proofs.

```rust
```sh
pub struct KZGSettings {
#[doc = " The length of `roots_of_unity`, a power of 2."]
max_width: u64,
Expand All @@ -22,7 +22,7 @@ This module houses;

2. `trusted_setup_points`: This module contains functions and types used for parsing and utilizing the `Trused Setup` for this KZG commitment.

```rust
```sh
pub use trusted_setup_points::{
parse_kzg_trusted_setup, G1Points, G2Points, KzgErrors, BYTES_PER_G1_POINT, BYTES_PER_G2_POINT,
G1_POINTS, G2_POINTS, NUM_G1_POINTS, NUM_G2_POINTS,
Expand Down

0 comments on commit 47062f0

Please sign in to comment.