File sageNumericalOperations.sage added for particular operations non presentin Sage. Function added in sageSLZ to check HTRN cases.Typos and comments fixes.
Small changes...
Minor bug and type fixes.
Added: an new basis generation. Is the same as in version 7 butgeneration order is not different.After preliminary tests, nothing changes.
Added a new base generating function.
Minor changes.
Lots of fixes, too long to detail. Mainly on the scaling andapproximation computing areas.
Added: binade function (not thoroughly tested)Changed: slz_interval_scaling_expression function (mirroring relatively to 0 for negative bounded intervals instead of translation).
Changed fp option when calling LLL from 'fp' to None in orderto comply with error message issued by Sage 6.6.
Lots of fixes due to changes in Sage 6.6.Mainly :- changed (and deprecated) behaviour of "load";- changed behaviour of assume_str (adds "_SAGE_VAR" to variable names).
Some testing & typos.
Typos fixed.Playing around with version 6.
Some typos...
Extra functions added:- pobyso_error_so: generate a Sollya error object;- pobyso_is_error_so_sa: check if some Sollya object is an error object;- a new function (version 6) to compute polynomials for Coppersmith;- added entries in sollya_lib.sage for new Sollya functions used;...
Comments modifications
Fixes in scaling.
Code reorganizing for coppersmith roots finding.More or less tested.
Comments fixes and marginal code fixes.
Function for integer polynomial modular roots almost completed.Function for coppersmith reduced polynomials created and almost completed.
New function to compute the modular roots. Unfinished.
Debugging slz_compute_binade_bounds.Integrating emax (with a disputable solution).
Lots of small fixes.
Added funtion slz_compute_binade_bounds().This version does not deal with emax yet.
Cosmetic changes.
New polynomials generating function
Slight changes in comment
Very heavy refactoring. Mostly tested.
Bug fix.
New to_polynomials function added.Major synchronization problem!
A new polynomials generating function is created. No new code yet.
Some changes on spo_norm.
Heavy debugging and in deepth overhaul of the matrix generation.
New version of the polynomials building function. Still needs work.
Comments added.
Bug fixing.
Heavy refactoring of the interval splitting sections.
Bug fixes.
Bug fixed in slz_compute_reduced_polynomials
Function compute_reduced_polynomials created.Still needs debugging.
Bugs fixed smo_zero_rows_index_list
Added function smo_zero_rows_index_list
New function related to tranform matrix.
ToDos done.Functions added.Typos fixed
Typos and comments fixing.
Added the polynomial strings to the return value of spo_polynomial_to_proto_matrix()
Comments and printing debug cleaning.Marginal algorithm alterations.
Column stuff addedTypos and comments fixed.
Monomials evaluation added in spo_proto_to_row_matrix
Adding expression evaluation at bounds to matrix building.
Lots of bug fixes in matrix operations.Typos in others.Return value changed int spo_polynomial_to_proto_matrix: returnthe known monomials list as well (necessary to rebuild the polynomialsfrom the matrices).Unplugging custom LCM computations for lists: the native...
Abortion on null interval added.
Bug fix in slz_compute_polynomial_and_interval: take the internal Sollya precision into account.Lots of memory management and variable renaming.
Lots of typos.Some memory management in pobyso.Row and column matices for LLL.
- Norm function for multivariate polynomials create (a lot of TODOs remaining);- sageSLZ-Notes updated, after new ideas (see below).- Total transformation of interval/polynomial building (with some checks done to validate the new "adaptative" system and tweak the constants;...
Massive functions update:- new functions added for polynomial transformation;- many changes in variable management for expressions and functions;- function issues (warning about deprecated syntax) fixed.
Polynomial conversion functions added.
Many comment updates.
Main functions of sagePolynomialOperations completed and checkedagainst the preliminary versions in Sage notebook polynomialsForCoppersmith.
Typos fixing
Function naming scheme changed.
Initial versions of sageMatrixOperations.sage and sagePolynomialMatrixOperations.sage
Added the scaled function computation function.
Several minor fixes.
Fixed interval shrinking with different formulas whencomputing a list a Taylor polynomials.
Réaménagement des répertoires.
Réaménagment du code dans sageRelationalOperations.sage
numerators and denominators function added.Typos fixed in notes.
sageRationalOperation file creation.
Approximation interval problem notes added.
Moved file sageSLZ.sage into it's own directory.