mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 00:33:06 +00:00
minor changes
This commit is contained in:
parent
e3e5c67834
commit
2ea3e5e3ca
@ -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)
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user