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: overflow in `n_pair_bits`
Replace a substraction and shift-based logic by `.checked_sub` and
finding the right bit to avoid a `panic`.
Also fixed a bug where `m >= 253` would store the result with the wrong
id for `DI_BIT` hint.
Fixes#1205
* fix changelog.md
---------
Co-authored-by: Pedro Fontana <[email protected]>
* bugfix: Fix deserialization of scientific notation with fractional values [#1202](https://github.com/lambdaclass/cairo-rs/pull/1202)
11
+
* bugfix: fix deserialization of scientific notation with fractional values [#1202](https://github.com/lambdaclass/cairo-rs/pull/1202)
10
12
11
13
* feat: implement `mem_eq` function to test for equality of two ranges in memory [#1198](https://github.com/lambdaclass/cairo-rs/pull/1198)
0 commit comments