You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a proposition. We can implement a verification mechanism for matrix multiplication 𝐶 = 𝐴 𝐵 in the circuit using a Freivalds' randomized algorithm.
This approach avoids directly multiplying 𝐴 and 𝐵 in the circuit. The MatMul can be computed in an non-trusted environment, and verify in the circuit with a high probability that 𝐶 = 𝐴 𝐵.
Flow:
Sample a random field element 𝑟 ∈ 𝐹 𝑝 using the Fiat-Shamir transform.
Here is a proposition. We can implement a verification mechanism for matrix multiplication 𝐶 = 𝐴 𝐵 in the circuit using a Freivalds' randomized algorithm.
This approach avoids directly multiplying 𝐴 and 𝐵 in the circuit. The MatMul can be computed in an non-trusted environment, and verify in the circuit with a high probability that 𝐶 = 𝐴 𝐵.
Flow:
Requirements:
The text was updated successfully, but these errors were encountered: