Commit Graph

  • ea6098feea add tfm_private.h to headers, but only install tfm.h Steffen Jaeckel 2015-10-07 15:13:23 +0200
  • 24ef85f9e9 trim trailing spaces in mpi.c Steffen Jaeckel 2015-10-07 15:13:03 +0200
  • f7e7f83718 provide tfm_private.h Sebastian Andrzej Siewior 2015-08-11 23:26:06 +0200
  • 24d98570b0 define FP_64BIT on 64bit architectures Sebastian Andrzej Siewior 2015-03-09 21:38:58 +0100
  • 993d85de7f as of [1] we have to use this version Steffen Jaeckel 2015-08-07 10:51:36 +0200
  • 8fc411f97a update tfm.pdf Steffen Jaeckel 2015-08-07 01:03:32 +0200
  • 1f1fafe7fb bump version Steffen Jaeckel 2015-08-07 01:03:23 +0200
  • 787ebd1507 update changes Steffen Jaeckel 2015-08-07 01:02:01 +0200
  • 1b92bb399b update pre_gen/mpi.c Steffen Jaeckel 2015-08-06 20:45:00 +0200
  • 725032ccf8 makefile: update zipup target Steffen Jaeckel 2015-08-06 19:54:38 +0200
  • 229f1f890b update .gitignore Steffen Jaeckel 2015-04-25 15:25:56 +0200
  • 846d7f36eb add version information Steffen Jaeckel 2015-04-25 15:25:42 +0200
  • 6db706e857 bring back __DATE__ to fp_ident(), but it's disabled by default Steffen Jaeckel 2015-04-25 15:10:33 +0200
  • 8ea169937d drop __DATE__ from fp_ident Sebastian Andrzej Siewior 2015-04-13 22:09:39 +0200
  • f0f92f033e Add symbols files Sebastian Andrzej Siewior 2015-03-30 22:18:20 +0200
  • c7ce75f920 use LDFLAGS in the link command Sebastian Andrzej Siewior 2015-03-25 19:47:18 +0100
  • 5d83c4e5ab tfm: use unsigned int for fp_digit on !FP_64BIT Sebastian Andrzej Siewior 2015-02-25 23:16:55 +0100
  • 522a092ffb fp_ident: fix incorrect length in strncat() call. Steven Morgan 2015-02-25 23:16:54 +0100
  • 060b2c5697 s_fp_add: completely init c after add David Raynor 2015-02-25 23:16:53 +0100
  • 6fbf2ba87d fp_toradix_n: make sure too small strings are recognized Sebastian Andrzej Siewior 2015-02-25 23:16:52 +0100
  • e0fe602802 Merge pull request #9 from pattop/master Steffen Jaeckel 2015-04-25 14:22:22 +0200
  • c9ae4c70d4 ppc32: fix fp_montgomery_reduce assembly Patrick Oppenlander 2015-04-17 10:16:24 +1000
  • 9fe2d66519 Merge pull request #8 from jwillemsen/master Steffen Jaeckel 2015-02-26 12:49:39 +0100
  • 52932db932 Replace spaces with tab to file GNU make problems Johnny Willemsen 2015-02-26 09:17:20 +0100
  • 87aa730c59 testme: fix traps Steffen Jaeckel 2015-02-15 23:40:45 +0100
  • dde4fbd881 makefiles: update with new file Steffen Jaeckel 2015-02-15 23:30:09 +0100
  • e4f8c04da6 fp_toradix[_n]: revise and split up Steffen Jaeckel 2015-02-15 23:29:55 +0100
  • c485c8d62f makefile: add new target new_file Steffen Jaeckel 2015-02-15 23:28:36 +0100
  • f734a43b05 implement fp_toradix_n() Sebastian Andrzej Siewior 2015-01-28 19:11:36 +0100
  • 8aba8446f2 Merge branch 'fix/issue#6' Steffen Jaeckel 2015-02-15 15:35:13 +0100
  • cfa59b2627 travis.yml: fix build target Steffen Jaeckel 2015-02-15 15:17:36 +0100
  • e4f59d4d61 create new make target test_standalone Steffen Jaeckel 2015-02-15 15:13:20 +0100
  • d02974e02f demo/test: fix warnings Steffen Jaeckel 2015-02-15 14:57:21 +0100
  • cdc82aefe1 add testme.sh Steffen Jaeckel 2015-02-15 14:53:09 +0100
  • 77be93c201 fix compile errors Steffen Jaeckel 2015-02-15 14:50:20 +0100
  • b1b9a82d97 demo: split up test to 'test' and a new 'timing' build target Steffen Jaeckel 2015-02-08 11:50:39 +0100
  • 6231d132de makefile.shared: fix linker step Steffen Jaeckel 2015-02-06 14:44:33 +0100
  • 5f37f875b2 Attempt to also build shared using travic-ci Johnny Willemsen 2015-02-05 12:11:49 +0100
  • b5e0346622 Added GCC 4.9 configuratin Johnny Willemsen 2015-02-05 12:09:04 +0100
  • dedda52a1f Add README.md Steffen Jaeckel 2014-10-13 19:36:19 +0200
  • b5352a5f6b add .travis.yml Steffen Jaeckel 2014-10-13 19:25:31 +0200
  • cb3ed6951e update documentation regarding fp_isprime() Steffen Jaeckel 2014-10-13 17:14:10 +0200
  • 3142b0bdfc fp_prime_random_ex: make sure call-back function is not NULL Steffen Jaeckel 2014-10-13 16:51:13 +0200
  • fede300ee8 fp_prime_random_ex: use parameter 't' Steffen Jaeckel 2014-10-13 16:46:10 +0200
  • ce72d69438 add macro FP_PRIME_SIZE Steffen Jaeckel 2014-10-13 16:45:34 +0200
  • 4673d82793 improve makefiles Steffen Jaeckel 2014-10-13 16:44:58 +0200
  • 08484a1020 Avoid always generating 0x80 as MSB in primes. Giovanni Bajo 2011-09-21 17:27:03 +0200
  • 86ba42797a update makefiles Steffen Jaeckel 2014-10-13 13:40:41 +0200
  • 7a38e49b8e add fp_isprime_ex() Steffen Jaeckel 2014-10-13 13:40:36 +0200
  • f7b194f741 minor changes, trim trailing spaces Steffen Jaeckel 2014-10-13 13:39:30 +0200
  • 3a80f80039 deterministic build of tfm.pdf Steffen Jaeckel 2014-10-13 12:32:25 +0200
  • 4e0e2c0f90 update changes Steffen Jaeckel 2014-10-13 12:24:45 +0200
  • b0509acce9 Merge branch 'feature/rand' Steffen Jaeckel 2014-08-28 02:58:22 +0200
  • 97248ae23e update makefiles Steffen Jaeckel 2014-07-20 16:47:57 +0200
  • ec7f25200f add fp_rand() Steffen Jaeckel 2014-07-20 16:47:29 +0200
  • 56438df4cf test/mtest/stest: improve a bit Steffen Jaeckel 2014-08-14 21:11:31 +0200
  • 0b1ad14d7b makefile: rework a bit Steffen Jaeckel 2014-08-14 21:11:24 +0200
  • 03334b30b4 mont: make INNERMUL register clobber list equal to the 64bit version Steffen Jaeckel 2014-08-14 21:10:06 +0200
  • 14bb3e83ca gen.pl: update to current directory structure Steffen Jaeckel 2014-08-14 20:59:33 +0200
  • ec6c224b09 fix sqr_comba compiler warnings Steffen Jaeckel 2014-08-11 17:54:09 +0200
  • 72fe8e48ba montgomery reduce: change #ifdef Steffen Jaeckel 2014-07-20 16:08:35 +0200
  • 06ef0be491 tfm.h: add missing prototype of fp_radix_size() Steffen Jaeckel 2014-06-21 13:24:22 +0200
  • 7882b0370d ed1a1e90e9 was not only a x86-64 problem Steffen Jaeckel 2014-06-21 13:24:03 +0200
  • 60cf64919f fp_read_radix: port modifications from libtommath Steffen Jaeckel 2014-06-15 18:35:31 +0200
  • 74df3d9970 demo/stest: print ident string Steffen Jaeckel 2014-06-15 18:34:15 +0200
  • 1e129bf61e demo/test: enable montogomery and prime tests per default Steffen Jaeckel 2014-06-14 18:17:47 +0200
  • 06e1cd7216 fix compiler warning Steffen Jaeckel 2014-06-14 17:39:18 +0200
  • c6b1b8e2f1 fix ulong64 typedef that led to broken builds for several platforms Steffen Jaeckel 2014-06-14 17:39:10 +0200
  • 9671aa83e1 update makefile to be able to define a target platform prefix Steffen Jaeckel 2014-06-14 17:27:51 +0200
  • cbb1821bb9 don't require mtest when compiling test Steffen Jaeckel 2014-06-14 17:21:03 +0200
  • c81aac2674 demo/test: fix some compiler warnings Steffen Jaeckel 2014-06-12 19:38:15 +0200
  • 019beee1c7 update makefiles Steffen Jaeckel 2014-06-12 18:16:06 +0200
  • ed1a1e90e9 fix clobber list for x86-64 assembler Steffen Jaeckel 2014-06-12 18:15:44 +0200
  • be2ca4880d Regenerate sqr comba files Steffen Jaeckel 2014-06-12 18:10:12 +0200
  • bdeafda752 Regenerate mul comba files Steffen Jaeckel 2014-06-12 18:10:05 +0200
  • 3cabe12a21 mul generator: update preamble not to compile the code if it's not required Steffen Jaeckel 2014-06-12 18:08:34 +0200
  • 8c8d763389 sqr generator: update preamble not to compile the code if it's not required Steffen Jaeckel 2014-06-12 18:08:10 +0200
  • 2d5b8206fa also patch fp_mul() as proposed by tom on the ML [1] Steffen Jaeckel 2014-06-12 18:06:26 +0200
  • a7804acf42 implement 50f587c36f as proposed by tom Steffen Jaeckel 2014-06-12 18:04:03 +0200
  • e8163eb74a fixup 3f7a1dca3b Steffen Jaeckel 2014-06-12 18:01:58 +0200
  • 82aeb1d824 change DIGIT_BIT define to be able to test e.g. FP_SIZE in a macro Steffen Jaeckel 2014-06-12 17:59:22 +0200
  • 540e3ecbc1 Realign mult generators with existing files in repo. Steffen Jaeckel 2014-06-12 17:40:58 +0200
  • 39b18f774c fix compiler warnings Steffen Jaeckel 2014-06-12 17:36:49 +0200
  • 86e7c59ff4 trim trailing spaces/clean-up Steffen Jaeckel 2014-06-12 17:35:54 +0200
  • bea9b1cc22 Merge remote-tracking branch 'rasky/bugfix_sqr_bufferoverflow' Steffen Jaeckel 2014-06-12 11:31:39 +0200
  • 7993b1b66c regenerate fp_sqr_comba_small_set.c Steffen Jaeckel 2014-06-12 11:00:30 +0200
  • 6673bd99ce minor fixes to really reproduce original files Steffen Jaeckel 2014-06-12 10:58:54 +0200
  • f8227a0dd9 trim trailing spaces Steffen Jaeckel 2014-06-12 10:58:01 +0200
  • f5b5bc09fb Revert "Bugfix: clear the exceeding destination digits." Steffen Jaeckel 2014-06-12 10:50:19 +0200
  • 7d003805ad Revert "Regenerate sqr comba files with bugfix" Steffen Jaeckel 2014-06-12 10:50:03 +0200
  • bfa4582842 Merge pull request #2 from rasky/bugfix_sqr_destdigits Steffen Jaeckel 2011-09-21 03:31:20 -0700
  • 3f7a1dca3b Fix for buffer overflows in fp_mul. Giovanni Bajo 2011-09-20 12:00:07 +0200
  • c32affe350 Bugfix: fix buffer overflow with comba sqr Giovanni Bajo 2011-09-20 11:55:19 +0200
  • ab4374299c Regenerate sqr comba files with bugfix Giovanni Bajo 2011-09-20 11:37:23 +0200
  • 782c6e52de Realign generators with existing files in repo. Giovanni Bajo 2011-09-20 11:36:41 +0200
  • 8f059cd52f Add makefile for sqr generators Giovanni Bajo 2011-09-20 11:35:51 +0200
  • 50f587c36f Bugfix: clear the exceeding destination digits. Giovanni Bajo 2011-09-20 11:02:53 +0200
  • da5fa59f2c fixed bug in testcase reported by martins.mozeiko@gmail.com Steffen Jaeckel 2011-03-27 19:57:48 +0200
  • 1e90accef6 added testcase of problem reported by martins.mozeiko@gmail.com Steffen Jaeckel 2011-03-27 19:34:36 +0200
  • eb5075e7fc added typecast in fp_read_radix() to suppress compiler warning Steffen Jaeckel 2011-03-27 19:33:53 +0200