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:
parazyd
2023-05-10 14:35:51 +02:00
parent fa260e822c
commit bd6a6bfaf2
19 changed files with 187 additions and 189 deletions

View File

@@ -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,