Changes between Version 2 and Version 3 of Ticket #25896
- Timestamp:
- 07/22/18 08:00:12 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25896 – Description
v2 v3 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` gets large. 44 43 45 I can imagine that 1. and 2. should be considered "bad input" but in that case the documentation must be updated.