This fixes the following clang-analyzer warning:
src/ecmult_gen_impl.h:153:5: warning: Value stored to 'bits' is never read
This fixes the following clang-analyzer warning:
src/ecmult_gen_impl.h:153:5: warning: Value stored to 'bits' is never read
utACK 0279786adc8132874a2e62e3026584248090f47e
These assignments of variables holding secret data should be replaced with explicit zeroization, not just removed. Existing code is a placeholder for that.
utACK 0279786adc8132874a2e62e3026584248090f47e
Roger that, closing this PR then. Thanks for the review!