You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(vrf): use div_mod_unsigned and remove unwrap_or_default (#2262)
* fix(vrf): use div_mod_unsigned and remove unwrap_or_default
* Update CHANGELOG.md
---------
Co-authored-by: Gabriel Bosio <38794644+gabrielbosio@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
#### Upcoming Changes
4
4
5
+
* fix: use div_mod_unsigned and remove unwrap_or_default in inv_mod_p_uint256 and uint384_div [#2262](https://github.com/lambdaclass/cairo-vm/pull/2262)
0 commit comments