#4144: [with patch, needs review] allow finite field elements in SBox 
constructor
-------------------------+--------------------------------------------------
 Reporter:  malb         |       Owner:  malb                 
     Type:  enhancement  |      Status:  new                  
 Priority:  major        |   Milestone:  sage-3.1.3           
Component:  misc         |    Keywords:  crypto, aes, sbox, mq
-------------------------+--------------------------------------------------
 make it so that this works:

 {{{
 sage: sr = mq.SR(1,1,1,4, allow_zero_inversions=True)
 sage: S = mq.SBox([sr.sub_byte(e) for e in list(sr.k)])
 sage: S
 (6, 5, 2, 9, 4, 7, 3, 12, 14, 15, 10, 0, 8, 1, 13, 11)
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4144>
SAGE <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to