#9496: Crypto lattice basis generator
------------------------------------+---------------------------------------
Reporter: rlindner | Owner: mvngu
Type: enhancement | Status: closed
Priority: major | Milestone: sage-4.5.2
Component: cryptography | Resolution: fixed
Keywords: cryptography, lattices | Author: Richard Lindner, Michael
Schneider
Upstream: N/A | Reviewer: Martin Albrecht, Richard
Lindner
Merged: sage-4.5.2.alpha0 | Work_issues:
------------------------------------+---------------------------------------
Comment(by malb):
Please open a new ticket for your bugfix since this ticket is already
closed. Btw.:
{{{
sage: A
[ 1 5 -3 1]
[-290 -14 1 1]
[ -13 -6 6 -1]
[ 15 -1 3 62]
sage: A.matrix_from_rows(range(A.nrows())[::-1])
[ 15 -1 3 62]
[ -13 -6 6 -1]
[-290 -14 1 1]
[ 1 5 -3 1]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9496#comment:13>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.