ProvableHQ/welcome

Update Leo documentation to reflect new opcodes and hash / commit functions

moAlobaidi opened this issue · 1 comments

Aleo Instructions now supports output to a given type in core

hash functions https://github.com/AleoHQ/snarkVM/pull/1647
commit functions https://github.com/AleoHQ/snarkVM/pull/1656

Leo implementation ProvableHQ/leo#2415

Tasklist:

  • Add hash functions to opcode table
  • Add hash functions to language guide
  • Add commit functions to opcode table
  • Add commit functions to language guide
  • update hash functions in opcode table to take any argument type

PR closes this issue.