Ticket #660 (closed enhancement: fixed)

Opened 3 years ago

Last modified 2 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: Author(s):
Report Upstream: Reviewer(s):
Merged in: Work issues:

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 3 years ago.

Change History

Changed 3 years ago by malb

Changed 2 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]

Changed 2 years ago by was

could use doctests.

Changed 2 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.