Skip to content

Commit

Permalink
bootloader: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mellowcroc committed Sep 25, 2024
1 parent 782adc1 commit e0c0499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cairo/bootloader.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This is a "simple" use of the bootloader and we can use this functionality using
#### What builtins does the bootloader use?

- output
- [num of tasks, [task 1 program instructions hash, task 1 outputs], ..., [task n program instructions hash, task n outputs]]
- used to write the number of tasks and sequentially write the output related to each task
- pedersen
- used to hash the task program bytecode
- range checks
Expand Down

0 comments on commit e0c0499

Please sign in to comment.