Changes between Initial Version and Version 7 of Ticket #12142
- Timestamp:
- Jun 27, 2013, 7:19:55 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12142
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Peter Bruin
- Property Cc mderickx jpflori added
-
Property
Dependencies
changed from
to
#14817, #14818, #14832, #14833
-
Property
Status
changed from
-
Ticket #12142 – Description
initial v7 34 34 625 loops, best of 3: 3.33 µs per loop 35 35 }}} 36 37 This ticket implements an interface to PARI's FFELT type for non-prime finite fields. It is not the default yet, but it can be tested by constructing finite fields as follows, for ''p'' prime and ''n'' >= 2: 38 {{{ 39 sage: F.<a> = FiniteField(p^n, impl='pari_ffelt') 40 }}} 41 This implementation should probably become the default for finite fields of characteristic > 2 and cardinality > 2^16^, superseding the existing PARI polmod implementation. 42 43 Apply: [attachment:trac_12142-FiniteField_pari_ffelt.patch], [attachment:trac_12142-singular_conversion.patch]