addchain icon indicating copy to clipboard operation
addchain copied to clipboard

code: better variable names

Open armfazh opened this issue 2 years ago • 2 comments

it is noisy to get variables named in binary _100 or _101. Better to follow a standard rule, such as i4 or any other counter in decimal or hex. or at least, allow the user to specify the format desired.

armfazh avatar Oct 08 '21 19:10 armfazh

Yeah I chose that to match https://briansmith.org/ecc-inversion-addition-chains-01. But yes it's not the best for code generation. I think your request could be covered under #94.

How did you generate code from the output? By hand?

mmcloughlin avatar Oct 09 '21 06:10 mmcloughlin

manually, it was a tedious task.

armfazh avatar Oct 09 '21 18:10 armfazh