We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f3053 commit 4b1e41bCopy full SHA for 4b1e41b
1 file changed
prover/src/lib.rs
@@ -961,7 +961,7 @@ pub fn verify_with_options(
961
vm_proof.table_counts.validate()?;
962
963
// Bound num_private_input_pages before allocating PageConfigs.
964
- // MAX_PRIVATE_INPUT_SIZE fits in ~26 pages of DEFAULT_PAGE_SIZE.
+ // MAX_PRIVATE_INPUT_SIZE fits in ~257 pages of DEFAULT_PAGE_SIZE.
965
{
966
use crate::tables::page::DEFAULT_PAGE_SIZE;
967
use executor::vm::memory::MAX_PRIVATE_INPUT_SIZE;
0 commit comments