[RFC] Move background to new section.

This commit is contained in:
Alessandro Coglio 2021-09-27 12:30:13 -07:00
parent 5ee579005c
commit 4c95d41c31

View File

@ -23,7 +23,7 @@ While Leo can be described as a regular programming language
its purpose is to build applications for the Aleo blockchain. its purpose is to build applications for the Aleo blockchain.
It is thus important to describe precisely how Leo programs operate in the Aleo blockchain. It is thus important to describe precisely how Leo programs operate in the Aleo blockchain.
## Design ## Background
### Zexe ### Zexe
@ -132,6 +132,8 @@ on those values and on the old records
yields the new records, along with some value in `Output`; yields the new records, along with some value in `Output`;
this is, roughly speaking, the assertion proved in zero-knowledge. this is, roughly speaking, the assertion proved in zero-knowledge.
## Design
### Proposed Leo Program Execution Model ### Proposed Leo Program Execution Model
The current model described above seems adequate overall, but we need to: The current model described above seems adequate overall, but we need to: