Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Apr 25, 2023
1 parent 1d704bb commit 01cc1ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hint_processor/builtin_hint_processor/field_arithmetic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ pub fn u384_get_square_root(
ids.sqrt_gx.high = split_root_gx[1]
%}
*/
// TODO: extract UintNNN methods to a trait, and use generics
// to merge this with u384_get_square_root
pub fn u256_get_square_root(
vm: &mut VirtualMachine,
ids_data: &HashMap<String, HintReference>,
Expand Down

0 comments on commit 01cc1ff

Please sign in to comment.