Talk:Addition-chain exponentiation

From Rosetta Code
Revision as of 03:42, 27 August 2011 by rosettacode>NevilleDNZ (→‎Alternative "special objects" to using Matrices: But maybe a better "special object" (for the sake of this task) is available, any suggestions?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Alternative "special objects" to using Matrices

I'm thinking that with matrices minimising multiplications is important, the other fields where this could be important (e.g. arbitrary length modulo arithmetic in cryptography) are rather abstract.

Note: I'd be pleased to allow arbitrary length modulo arithmetic (for cryptography) as an optional alternative to matrices.

Real and complex variables could be used, but in reality these can be done via calls to log and exp functions and to not provide any interesting test cases.

But maybe there is a better "special object" (for the sake of this task) is available, any suggestions?

NevilleDNZ 03:42, 27 August 2011 (UTC)