Skip to content

Commit

Permalink
fix: broken link README.md (#286)
Browse files Browse the repository at this point in the history
* Update broken link README.md

* Update halo2-base/README.md

---------

Co-authored-by: Jonathan Wang <[email protected]>
  • Loading branch information
cypherpepe and jonathanpwang authored Jan 29, 2025
1 parent 76936fd commit af9ef30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub struct AssignedValue<F: ScalarField> {
}
```

### [**Assigned**](./src/plonk/assigned.rs)
### [**Assigned**](https://github.com/axiom-crypto/halo2/blob/main/halo2_proofs/src/plonk/assigned.rs)

`Assigned` is not a ZK or circuit-related type.
`Assigned` is a wrapper enum for a field element which stores the value as a fraction and marks it for batched inversion using [Montgomery's trick](https://zcash.github.io/halo2/background/fields.html#montgomerys-trick). Performing batched inversion allows for the computation of the inverse of all marked values with a single inversion operation.
Expand Down

0 comments on commit af9ef30

Please sign in to comment.