Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Mar 3, 2025
1 parent f330f6c commit 7e72ef6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion processor/src/host/dsa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ use crate::ExecutionError;
///
/// The values are the ones required for a Falcon signature verification inside the VM and they are:
///
/// 1. The challenge point at which we evaluate the three aforementioned polynomials to check the
/// 1. The challenge point, a tuple of elements representing an element in the quadratic extension
/// field, at which we evaluate the polynomials in the subsequent three points to check the
/// product relationship.
/// 2. The expanded public key represented as the coefficients of a polynomial of degree < 512.
/// 3. The signature represented as the coefficients of a polynomial of degree < 512.
Expand Down

0 comments on commit 7e72ef6

Please sign in to comment.