minor changes

This commit is contained in:
Dmitry Vagner 2023-02-25 10:35:33 -08:00
parent e3e5c67834
commit 2ea3e5e3ca
2 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ global bn_double:
%jump(bn_add_equal_points)
// Check if (x,y) is a valid curve point.
// Returns range & curve || is_identity
// Returns (range & curve) || is_identity
// where
// range = (x < N) & (y < N)
// curve = y^2 == (x^3 + 3)

View File

@ -39,7 +39,7 @@ pub(crate) fn stack_peek<F: Field>(state: &GenerationState<F>, i: usize) -> Opti
)))
}
/// Peek at the SEGMENT_KERNEL_BN_PAIRING item at address `i`
/// Peek at kernel at specified segment and address
pub(crate) fn kernel_peek<F: Field>(
state: &GenerationState<F>,
segment: Segment,