Ticket #660 (closed enhancement: fixed)

Opened 6 years ago

Last modified 6 years ago

[with patch] allow reverse order if converting GF(p^n) element to GF(p)^n element [with patch]

Reported by: malb Owned by: somebody
Priority: minor Milestone: sage-2.8.5
Component: basic arithmetic Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

Let $e \in GF(q)$. Then e.vector() is implemented in little endian ordering in SAGE. This patch allows to reverse this order.

Attachments

gfqvectorreverse.patch Download (1.4 KB) - added by malb 6 years ago.

Change History

Changed 6 years ago by malb

comment:1 Changed 6 years ago by mhansen

  • Summary changed from allow reverse order if converting GF(p^n) element to GF(p)^n element [with patch] to [with patch] allow reverse order if converting GF(p^n) element to GF(p)^n element [with patch]

comment:2 Changed 6 years ago by was

could use doctests.

comment:3 Changed 6 years ago by was

  • Status changed from new to closed
  • Resolution set to fixed

i added doctests to official repo.

Note: See TracTickets for help on using tickets.