kindly
kindly copied to clipboard
Solve // TODO: slice length checking is O(1) so this likely cannot
Description
This PR fixes an issue in the const_time.rs file. The issue appears to be related to constant-time operations, which are critical for cryptographic implementations to prevent timing attacks.
Changes
- Modified
src/const_time.rsto fix implementation details - Removed 2 lines and added 1 line, likely simplifying or correcting a constant-time operation