LoupVaillant / Monocypher

An easy to use, easy to deploy crypto library
https://monocypher.org
Other
580 stars 80 forks source link

Fix problamatic line #276

Closed sagarreddypatil closed 2 weeks ago

sagarreddypatil commented 2 weeks ago

This line of code looked like an out of bounds access within the context of the function. However, it's a static function and the size of secret_key at all the caller locations was 64

LoupVaillant commented 2 weeks ago

Oops, good catch, thanks for the fix! Merging now.