We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08de8b7 commit 463e8ddCopy full SHA for 463e8dd
CHANGELOG.md
@@ -43,11 +43,11 @@
43
(XXui) e :
44
if e has type wXX it the identity
45
if e has type int ensure that e is in the range of siXX, else it is a safety violation.
46
- The key feature of this new type are for the extraction to easycrypt,
47
- 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.
48
+ They are extracted to int, removing the need to deal with modulus 2^XX operations.
49
([PR #1071](https://github.com/jasmin-lang/jasmin/pull/1071)).
50
-
51
## Bug fixes
52
53
- Fix EC extraction in case on nested loops
0 commit comments