Skip to content

Commit 52f3053

Browse files
authored
Remove irrelevant details.
1 parent c9d26f7 commit 52f3053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

executor/src/vm/memory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub type U64HashMap<V> = HashMap<u64, V, U64BuildHasher>;
4444
pub const MAX_PUBLIC_OUTPUT_TOTAL_SIZE: u64 = 1024 * 1024;
4545
/// Maximum size of the private input memory region (in bytes). 64 MiB so that a
4646
/// whole `VmProof` can be passed as private input to a verifier guest (naive
47-
/// recursion); the previous 6.7 MiB was too small to hold real proofs.
47+
/// recursion).
4848
pub const MAX_PRIVATE_INPUT_SIZE: u64 = 64 * 1024 * 1024;
4949
/// Fixed high address where private input is mapped. Guest programs can read
5050
/// directly from this address (ZisK-style memory-mapped input).

0 commit comments

Comments
 (0)