1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/changelogs/unreleased/761-schaeff
2021-03-30 19:06:57 +02:00

1 line
No EOL
203 B
Text

Introduce constant range checks for checks of the form `x < c` where `p` is a compile-time constant, also for other comparison operators. This works for any `x` and `p`, unlike dynamic `x < y` comparison