smuellerDD / leancrypto

Lean cryptographic library usable for bare-metal environments
https://leancrypto.org
Other
27 stars 3 forks source link

Several functions lack parameter validation #1

Closed enxio closed 2 years ago

enxio commented 2 years ago

In hash/api/lc_hash.h several function do not validate input pointers and just dereference them. Some more in aead/src/cshake_crypt.c.

smuellerDD commented 2 years ago

Fix applied, thanks.