Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bgregoir committed Mar 2, 2025
1 parent 08de8b7 commit 463e8dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
(XXui) e :
if e has type wXX it the identity
if e has type int ensure that e is in the range of siXX, else it is a safety violation.
The key feature of this new type are for the extraction to easycrypt,
they are extracted to int removing the need to deal with modulus 2^XX operations.
Introduce zquot and zrem operators on int : "e1 /s e2" and "e1 %s e2".
The key feature of this new type are for the extraction to easycrypt.
They are extracted to int, removing the need to deal with modulus 2^XX operations.
([PR #1071](https://github.com/jasmin-lang/jasmin/pull/1071)).


## Bug fixes

- Fix EC extraction in case on nested loops
Expand Down

0 comments on commit 463e8dd

Please sign in to comment.