aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* find . -name "py_interpreter.sh" | xargs chmod +xGravatar Jason Gross2017-11-03
|
* python3 generate_parameters.py primes.txt; (cd ↵Gravatar Jason Gross2017-11-03
| | | | src/Specific/CurveParameters/; ./remake_curves.sh -f)
* Actually remove trailing whitespace from the prime in primes.txtGravatar Jason Gross2017-11-03
|
* fibe: Only define bitwidth on the command lineGravatar Jason Gross2017-11-03
| | | | | | | | | | We generate the PRI macros and the limb_t type from the bitwidth in the C preprocessor My reasoning here is that generate_parameters.py and the generated *.json files are more user-facing than fibe.c, so we should optimize for cleanliness of that user-facing code. If this is the wrong direction to go in, then this commit should be reverted.
* python3 generate_parameters.py primes.txt; (cd ↵Gravatar Jason Gross2017-11-03
| | | | src/Specific/CurveParameters/; ./remake_curves.sh -f)
* Add PRI{u,x}limb for printf formatsGravatar Jason Gross2017-11-03
| | | | | | | | | | | | | | This is to fix ``` src/Specific/Framework/bench/fibe.c: In function ‘fe_print’: src/Specific/Framework/bench/fibe.c:130:5: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint32_t’ [-Wformat=] printf("0x%016llx)<< %lu) + ", x[i], limb_weight_gaps[i-1]); ^ src/Specific/Framework/bench/fibe.c:130:5: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint32_t’ [-Wformat=] src/Specific/Framework/bench/fibe.c:132:3: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint32_t’ [-Wformat=] printf("0x%016llx", x[0]); ^ ```
* Update display logs and c filesGravatar Jason Gross2017-11-03
|
* Fix a printf format specifier mismatchGravatar Jason Gross2017-11-03
| | | | | | | | | The error message is ``` src/Specific/Framework/bench/gmpxx.cpp:23:121: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ [-Wformat=] printf(0x); for (size_t i = modulus_bytes-1; i<modulus_bytes; --i) { printf(%02x, mpz_class(x>>(8*i)).get_ui()&0xff); } ^ ```
* Fix a re#definitionGravatar Jason Gross2017-11-03
|
* Fix a re#definitionGravatar Jason Gross2017-11-03
|
* python3 generate_parameters.py primes.txt; (cd ↵Gravatar Jason Gross2017-11-03
| | | | src/Specific/CurveParameters/; ./remake_curves.sh -f)
* Add a24_val, a24_hex compiler paramsGravatar Jason Gross2017-11-03
| | | | This is so that we pass a24 correctly to gmp{var,sec,xx}.
* Add montgomery fesquare filesGravatar Jason Gross2017-11-03
|
* Minor reordering for consistencyGravatar Jason Gross2017-11-03
|
* run some benchmarksGravatar Andres Erbsen2017-11-03
|
* Update display logs and c filesGravatar Jason Gross2017-11-03
|
* Add more constant notationsGravatar Jason Gross2017-11-03
|
* Update display logs and c filesGravatar Jason Gross2017-11-03
|
* Update display logs and c filesGravatar Jason Gross2017-11-03
|
* Add more constant notationsGravatar Jason Gross2017-11-03
|
* Update display logs and c filesGravatar Jason Gross2017-11-03
|
* Add more constant notationsGravatar Jason Gross2017-11-03
|
* Update display logs and c filesGravatar Jason Gross2017-11-03
|
* Add more constant notationsGravatar Jason Gross2017-11-03
|
* Update display logs and c filesGravatar Jason Gross2017-11-03
|
* Update display logs and c filesGravatar Jason Gross2017-11-03
|
* Add more constant notationsGravatar Jason Gross2017-11-03
|
* Update display logs and c filesGravatar Jason Gross2017-11-03
|
* Fix missing cases in previous commitGravatar Jason Gross2017-11-03
|
* Add SubWithGetBorrow with ZExtendedGravatar Jason Gross2017-11-03
|
* Add Zpow_sub_1_nat_powGravatar Jason Gross2017-11-03
|
* Add value_modulo_in_rangeGravatar Jason Gross2017-11-03
|
* Update display logs and c filesGravatar Jason Gross2017-11-03
|
* Add more constant notationsGravatar Jason Gross2017-11-03
|
* Better version of ZBounded.modulo, with a proofGravatar Jason Gross2017-11-03
|
* Add ZBounded.moduloGravatar Jason Gross2017-11-03
|
* Add type of bounded ZGravatar Jason Gross2017-11-02
|
* Update display logs and c filesGravatar Jason Gross2017-11-02
|
* Add more constant notationsGravatar Jason Gross2017-11-02
|
* fibe.c: stop using intrinsics (#263)Gravatar Andres Erbsen2017-11-02
|
* Update display logs and c filesGravatar Jason Gross2017-11-02
|
* python3 generate_parameters.py primes.txt; (cd ↵Gravatar Andres Erbsen2017-11-02
| | | | src/Specific/CurveParameters/; ./remake_curves.sh -f)
* benchmarks build WIPGravatar Andres Erbsen2017-11-02
|
* Update display logs and c filesGravatar Jason Gross2017-11-02
|
* Update display logs and c filesGravatar Jason Gross2017-11-02
|
* Add more constant notationsGravatar Jason Gross2017-11-02
|
* generate_parameters.py: supply dummy a24 of correct lengthGravatar Andres Erbsen2017-11-02
|
* Update display logs and c filesGravatar Jason Gross2017-11-02
|
* Update display logs and c filesGravatar Jason Gross2017-11-02
|
* Update display logs and c filesGravatar Jason Gross2017-11-02
|