mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 08:13:11 +00:00
Minor: William comment
This commit is contained in:
parent
6920992e01
commit
8ded9e8455
@ -1,8 +1,7 @@
|
|||||||
//! Checks for stack overflow.
|
//! Checks for stack overflow.
|
||||||
//!
|
//!
|
||||||
//! The constraints defined herein validate that stack overflow did not occur. For example, if `dup`
|
//! The constraints defined herein validate that stack overflow did not occur. For example, if `dup`
|
||||||
//! is set but the copy would overflow would underflow, these constraints would make the proof
|
//! is set but the copy would overflow, these constraints would make the proof unverifiable.
|
||||||
//! unverifiable.
|
|
||||||
//!
|
//!
|
||||||
//! Faults are handled under a separate operation flag, `exception` , which traps to the kernel. The
|
//! Faults are handled under a separate operation flag, `exception` , which traps to the kernel. The
|
||||||
//! kernel then handles the exception. However, before it may do so, it must verify in software that
|
//! kernel then handles the exception. However, before it may do so, it must verify in software that
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user