Consider to add overflow check to release builds #4

Open
opened 2025-07-08 08:35:23 -04:00 by AtHeartEngineer · 0 comments

Originally created by @scoobybejesus on 5/13/2022

It's too important to not have the math be perfect.

[profile.release]
overflow-checks = true

Without this, release builds will just wrap around.

It seems unlikely that this would happen, but examine the code to be sure where it could happen.

*Originally created by @scoobybejesus on 5/13/2022* It's too important to not have the math be perfect. `[profile.release]` `overflow-checks = true` Without this, release builds will just wrap around. It seems unlikely that this would happen, but examine the code to be sure where it could happen.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/cryptools#4