starkware-libs / stwo

Apache License 2.0
224 stars 68 forks source link

Add `range_check` example #768

Open Okm165 opened 1 month ago

Okm165 commented 1 month ago

I created simple range_check example, that is ensuring that value is in range 0..2^15.

Let me know if my constraints are correctly defined I tried to make comments that explicitly describe the stuff. I added proptest! to dev dependencies to properly test the code.


This change is Reviewable