intel / tinycrypt

tinycrypt is a library of cryptographic algorithms with a focus on small, simple implementation.
Other
446 stars 156 forks source link

uECC fixes #24

Closed lpereira closed 7 years ago

lpereira commented 7 years ago

These were found when executing tests on Qemu emulating a NIOS-II processor. One is a stack overflow in uECC_shared_secret(), and the other is the use of an uninitialized vector in the test harness.

hackermnementh commented 7 years ago

Thanks for the fix!