mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-08 07:13:55 +02:00
`cryptKeyTruncByte` was incorrectly typed as a byte when 1 was added. This caused `cryptKeyTruncByte` to wrap around to 0 when it was 0xFF, resulting in an incorrect multiplication by zero, breaking [en|de]cryption entirely.