Skip to content

Commit

Permalink
docs: fix multiset link in design section (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
mFragaBA authored Mar 22, 2024
1 parent 322a70b commit d3feb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/design/lookups/main.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lookup arguments in Miden VM

Zero knowledge virtual machines frequently make use of lookup arguments to enable performance optimizations. Miden VM uses two types of arguments: multiset checks and a multivariate lookup based on logarithmic derivatives known as LogUp. A brief introduction to multiset checks can be found [here](https://hackmd.io/@arielg/ByFgSDA7D). The description of LogUp can be found [here](https://eprint.iacr.org/2022/1530.pdf).
Zero knowledge virtual machines frequently make use of lookup arguments to enable performance optimizations. Miden VM uses two types of arguments: multiset checks and a multivariate lookup based on logarithmic derivatives known as LogUp. A brief introduction to multiset checks can be found [here](./multiset.md). The description of LogUp can be found [here](https://eprint.iacr.org/2022/1530.pdf).

In Miden VM, lookup arguments are used for two purposes:

Expand Down

0 comments on commit d3feb4d

Please sign in to comment.