aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2022-12-23Merge pull request #6776 from gabor-mezei-arm/6222_bignum_mod_mulManuel Pégourié-Gonnard1-0/+20
2022-12-23Merge pull request #6747 from gilles-peskine-arm/bignum-mod-randomManuel Pégourié-Gonnard2-4/+119
2022-12-21More robust dependency filteringGilles Peskine1-1/+3
2022-12-21Simplify logic and document test_cases_for_valuesGilles Peskine1-5/+20
2022-12-21Pacify pylintGilles Peskine1-2/+2
2022-12-21Split the high nesting of BignumModRawConvertRep.generate_function_testsGilles Peskine1-10/+15
2022-12-21Fix type declarationGilles Peskine1-1/+1
2022-12-21bignum_mod_raw.py: Added a filtering logic to `BignumModRawConvertRep.generat...Minos Galanakis1-0/+5
2022-12-21bignum_common.py: Refactored `BignumModRawConvertRep.generate_function_tests()`Minos Galanakis1-9/+5
2022-12-21bignum_common.py: Introduce the set_representation setter.Minos Galanakis1-8/+5
2022-12-21bignum_mod_raw: Simplified `BignumModRawCanonicalToFromModulusRep` output exp...Minos Galanakis1-4/+2
2022-12-21bignum_common: Adjusted `format_arg` to always size input according to modulo.Minos Galanakis1-4/+1
2022-12-20Fix representation conversion with 32-bit limbsGilles Peskine1-6/+20
2022-12-20Generate test cases for mpi_mod_raw_modulus_to_canonical_rep as wellGilles Peskine1-11/+28
2022-12-20Generate test cases for mpi_mod_raw_canonical_to_modulus_repGilles Peskine1-1/+35
2022-12-20Helpers for generating representation-aware test casesGilles Peskine1-0/+29
2022-12-20Mod operations: fill arguments to the width of the modulusGilles Peskine1-0/+6
2022-12-20Add some missing type annotationsGilles Peskine1-3/+3
2022-12-20Supress pylint's duplicated code warningGabor Mezei1-0/+1
2022-12-20Generate operands in Mongomery representation for the test functionGabor Mezei1-4/+4
2022-12-20Add tests for mod_mulGabor Mezei1-0/+19
2022-12-19Don't touch the style of generated filesGilles Peskine1-5/+32
2022-12-17Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_invGilles Peskine5-23/+76
2022-12-17Merge pull request #6742 from gabor-mezei-arm/6022_bignum_mod_raw_mulGilles Peskine1-0/+19
2022-12-16Fix typosTom Cosgrove4-5/+5
2022-12-16Generate operands in Mongomery representation for the test functionGabor Mezei1-4/+4
2022-12-16Attempt to pacify pylint in bignum testsTom Cosgrove4-41/+26
2022-12-15Merge pull request #6723 from mpg/restartable-vs-use-psaGilles Peskine1-1/+0
2022-12-15Add tests for mbedtls_mpi_mod_inv()Tom Cosgrove1-0/+51
2022-12-15mbedtls_mpi_mod_raw_inv_prime() tests should be arch_splitTom Cosgrove2-1/+4
2022-12-15Add mbedtls_mpi_core_check_zero_ct() and testsTom Cosgrove1-0/+14
2022-12-15Add generated tests for mod_raw_mulGabor Mezei1-0/+19
2022-12-15Merge pull request #6772 from wernerlewis/bignum_refactor_subGilles Peskine1-8/+4
2022-12-15Merge pull request #6699 from gilles-peskine-arm/lcov-scriptManuel Pégourié-Gonnard1-0/+81
2022-12-15Merge pull request #6732 from wernerlewis/bignum_6019_mod_addManuel Pégourié-Gonnard1-2/+16
2022-12-13Merge pull request #6558 from lpy4105/6416-psa_macros_name_typoManuel Pégourié-Gonnard1-4/+4
2022-12-13Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negationManuel Pégourié-Gonnard1-0/+11
2022-12-12Refactor mpi_core_sub tests to use arch_splitWerner Lewis1-8/+4
2022-12-12bignum_mod_raw.py: Changed the symbol for modular negation to "-".Minos Galanakis1-1/+1
2022-12-12bignum_mod_raw.py: Added BignumModRawModNegate.Minos Galanakis1-0/+11
2022-12-12Merge pull request #6750 from tom-cosgrove-arm/issue-6023-mod_inv_primeManuel Pégourié-Gonnard3-4/+43
2022-12-09Have BignumModRawInvPrime() do Montgomery conversion in arg_a()Tom Cosgrove1-5/+3
2022-12-09Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-correctedManuel Pégourié-Gonnard1-0/+158
2022-12-08Reindent line continuations for pylintDavid Horstmann1-3/+3
2022-12-08Fixup: Config file name in code style scriptDavid Horstmann1-1/+1
2022-12-08Add spaces around '+'David Horstmann1-5/+5
2022-12-08Explain that the script is only for the futureDavid Horstmann1-0/+4
2022-12-08Use constant for supported Uncrustify versionDavid Horstmann1-3/+5
2022-12-08Fix typo in code style scriptDavid Horstmann1-1/+1
2022-12-08Use helper function for error printingDavid Horstmann1-6/+6