Skip to content

Commit

Permalink
tood -> todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Vienhage committed Sep 29, 2020
1 parent 7760f42 commit d27e8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/stark/assets/OodsPoly.sol
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ contract OodsPoly \{
}

function mid_expmod(base, exponent) -> result \{
// TOOD - Find and fix the trivial bug
// TODO - Find and fix the trivial bug
// result := 1
// for \{ } exponent \{ exponent := shr(exponent, 1) } \{
// if and(exponent, 1) \{
Expand Down

0 comments on commit d27e8f7

Please sign in to comment.