mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-23 18:21:38 +03:00
e5ae160d1a
* refactor hash -> hash_to_field * refactor commit -> commit_to_field * implement commit_to_address * implement hash_to_address * update hash and commit examples * implement hash_to_scalar * update tests * implement bhp hash to integer variants * implement bhp pedersen and poseidon integer variants * Update compiler/passes/src/type_checking/checker.rs Signed-off-by: Collin Chin <16715212+collinc97@users.noreply.github.com> * Update compiler/passes/src/type_checking/checker.rs Co-authored-by: Alessandro Coglio <coglio@kestrel.edu> Signed-off-by: Collin Chin <16715212+collinc97@users.noreply.github.com> * fix pedersen hash type checks --------- Signed-off-by: Collin Chin <16715212+collinc97@users.noreply.github.com> Co-authored-by: Alessandro Coglio <coglio@kestrel.edu> |
||
---|---|---|
.. | ||
inputs | ||
src | ||
.gitignore | ||
program.json | ||
README.md |
Leo core functions
Build Guide
To compile this program, run:
leo build
To run this program, run:
leo run