apache / incubator-milagro-crypto-c

Apache milagro (Incubating)
Other
36 stars 15 forks source link

Fix some uninitialised variable issues #98

Closed matthiasgoergens closed 1 year ago

matthiasgoergens commented 1 year ago

Just a band-aid, but better a wrong value (which only affects one computation) than using an unitialised value, because undefined behaviour affects everything.

matthiasgoergens commented 1 year ago

@giorgiozoppi Done. Thanks for the review.

giorgiozoppi commented 1 year ago

@matthiasgoergens keep going we need reviewers for the quality of the library.