#7123: cryptanalysis of the shift cipher
---------------------------------------+------------------------------------
Reporter: mvngu | Owner: somebody
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-4.2
Component: cryptography | Keywords: cryptanalysis shift
Work_issues: | Author: Minh Van Nguyen
Reviewer: Rob Beezer, Mike Hansen | Merged:
---------------------------------------+------------------------------------
Changes (by mvngu):
* status: needs_review => positive_review
* reviewer: Rob Beezer => Rob Beezer, Mike Hansen
Comment:
The patch `trac_7123-iter.patch` looks good. Doctesting the whole Sage
library, the only failure I got is the following:
{{{
sage -t -long devel/sage/sage/modules/vector_double_dense.pyx
**********************************************************************
File "/scratch/mvngu/sage-4.2.alpha0-sage.math/devel/sage-
main/sage/modules/vector_double_dense.pyx", line 663:
sage: v.stats_kurtosis()
Expected:
-1.23
Got:
doctest:106: SyntaxWarning: assertion is always true, perhaps remove
parentheses?
-1.23
**********************************************************************
1 items had failures:
1 of 6 in __main__.example_29
***Test Failed*** 1 failures.
For whitespace errors, see the file
/home/mvngu/.sage//tmp/.doctest_vector_double_dense.py
[2.5 s]
}}}
This doctest passed on a second try.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7123#comment:23>
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
-~----------~----~----~----~------~----~------~--~---