mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
zkas: Rename "stack" to "heap".
"stack" is a misnomer, and the behavior of the zkVM is more heap-like than stack-like when doing an analogy with general computing.
This commit is contained in:
@@ -22,7 +22,7 @@ use darkfi::{
|
||||
zk::{
|
||||
proof::{Proof, ProvingKey, VerifyingKey},
|
||||
vm::{Witness, ZkCircuit},
|
||||
vm_stack::empty_witnesses,
|
||||
vm_heap::empty_witnesses,
|
||||
},
|
||||
zkas::decoder::ZkBinary,
|
||||
Result,
|
||||
|
||||
Reference in New Issue
Block a user