Zilliqa / scilla-rtl

Execute Scilla code compiled by the Scilla -> LLVM compiler.
GNU General Public License v3.0
8 stars 3 forks source link

Refactor `pow` builtin to work in logarithmic time #62

Open vaivaswatha opened 2 years ago

vaivaswatha commented 2 years ago

Re-implement https://github.com/Zilliqa/scilla/pull/1063 in SRTL. (pow is implemented in SafeInt.cpp).