Changes between Version 3 and Version 4 of Ticket #25896
- Timestamp:
- 07/22/18 08:00:48 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25896 – Description
v3 v4 41 41 3. The code assumes implicitly that the generator of a finite field is a multiplicative generator (this is easy to fix). 42 42 43 4. It becomes very inefficient as ` q` getslarge.43 4. It becomes very inefficient as `n` gets moderately large. 44 44 45 45 I can imagine that 1. and 2. should be considered "bad input" but in that case the documentation must be updated.