diff --git a/cairo_native/libfuncs/felt252/index.html b/cairo_native/libfuncs/felt252/index.html
index 059e81109..7b5fb27e3 100644
--- a/cairo_native/libfuncs/felt252/index.html
+++ b/cairo_native/libfuncs/felt252/index.html
@@ -1 +1 @@
-
cairo_native::libfuncs::felt252 - RustExpand description
Select and call the correct libfunc builder function from the selector.
Generate MLIR operations for the following libfuncs:
Generate MLIR operations for the felt252_const
libfunc.
Generate MLIR operations for the felt252_is_zero
libfunc.
\ No newline at end of file
+cairo_native::libfuncs::felt252 - RustExpand description
Select and call the correct libfunc builder function from the selector.
Generate MLIR operations for the following libfuncs:
Generate MLIR operations for the felt252_const
libfunc.
Generate MLIR operations for the felt252_is_zero
libfunc.
\ No newline at end of file
diff --git a/src/cairo_native/libfuncs/felt252.rs.html b/src/cairo_native/libfuncs/felt252.rs.html
index aeb37cfc6..99a2249ca 100644
--- a/src/cairo_native/libfuncs/felt252.rs.html
+++ b/src/cairo_native/libfuncs/felt252.rs.html
@@ -698,6 +698,106 @@
698
699
700
+701
+702
+703
+704
+705
+706
+707
+708
+709
+710
+711
+712
+713
+714
+715
+716
+717
+718
+719
+720
+721
+722
+723
+724
+725
+726
+727
+728
+729
+730
+731
+732
+733
+734
+735
+736
+737
+738
+739
+740
+741
+742
+743
+744
+745
+746
+747
+748
+749
+750
+751
+752
+753
+754
+755
+756
+757
+758
+759
+760
+761
+762
+763
+764
+765
+766
+767
+768
+769
+770
+771
+772
+773
+774
+775
+776
+777
+778
+779
+780
+781
+782
+783
+784
+785
+786
+787
+788
+789
+790
+791
+792
+793
+794
+795
+796
+797
+798
+799
+800
use super::LibfuncHelper;
@@ -1119,9 +1219,13 @@
}
};
-