Log

Author Commit Date CI Message
Francois Perrad 40c763a1 2017-10-15T16:11:09 literal suffix in call function
Steffen Jaeckel d0cb8ba9 2017-10-15T12:03:10 Merge branch 'better/read_radix' into develop This closes #92
Steffen Jaeckel 0a7ecc3b 2017-10-09T14:34:20 add the inverse of mp_s_rmap
Steffen Jaeckel 6a268ef4 2017-10-15T12:01:52 Merge branch 'fix/54' into develop This closes #54
Steffen Jaeckel 1bc00883 2017-10-14T20:27:05 use correct printf format specifier in timing.c This fixes #54
Steffen Jaeckel efcac86c 2017-10-15T12:01:15 Merge branch 'fix/67' into develop This closes #67
Steffen Jaeckel 6fa127b7 2017-10-09T14:56:38 add testcase for #67
Steffen Jaeckel 8dbfaff0 2017-10-14T20:21:48 Handle corner-cases of invmod() This fixes #67
Steffen Jaeckel 5bb73c6f 2017-10-15T12:00:26 Merge branch 'fix/issues' into develop This closes #90
Steffen Jaeckel 356084ee 2017-08-29T23:53:02 improve mp_lshd This fixes #61
Steffen Jaeckel 1d035226 2017-08-29T16:53:31 make sure fast_s_mp_mul_digs() doesn't BOF This fixes #60 and #80
Steffen Jaeckel a4d905a0 2017-08-29T16:41:08 make sure fast_mp_montgomery_reduce() doesn't BOF This fixes #63
Steffen Jaeckel e9ce32a1 2017-10-14T18:50:04 improve README
Steffen Jaeckel 78002768 2017-10-10T14:30:51 Merge pull request #91 from libtom/fix/microsoft_build there's no __int128 on MSVC, fall back to 32bit MPI's
Steffen Jaeckel a40e32b2 2017-10-10T14:30:01 suppress some warnings when compiling with mingw-gcc [skip ci]
Steffen Jaeckel d1fc4a71 2017-10-03T15:18:33 LLP64 indicates a windows environment as of [1] the only architecture using a LLP64 data model is windows [1]: https://en.wikipedia.org/wiki/64-bit_computing
Steffen Jaeckel 1346d983 2017-10-03T09:19:50 there's no __int128 on MSVC, fall back to 32bit MPI's
Steffen Jaeckel fd81ac75 2017-10-02T17:13:56 Merge pull request #88 from libtom/const_api Add 'const' keyword in various places. Adopted from Tcl
Francois Perrad d293ab66 2017-09-30T22:57:00 more constify
nijtmans f674018a 2017-09-20T16:59:43 constify remaining functions
Steffen Jaeckel eca200d7 2017-09-20T15:02:52 fix mp_cmp() and mp_cmp_mag() API
nijtmans 41de5855 2017-09-19T13:35:15 Add 'const' keyword in various places. Adopted from Tcl
Steffen Jaeckel 5aec0c40 2017-09-15T12:47:06 add `astyle` make target
Steffen Jaeckel fedc15b6 2017-09-15T12:46:38 Merge pull request #85 from fperrad/20170830_format rebase formating code
Francois Perrad 2344bcea 2017-08-30T20:23:46 format with astyle (step 6)
Francois Perrad e2cd147a 2015-12-10T21:38:02 generate tommath_class.h with astyle format (refactor with heredoc)
Francois Perrad f89cda03 2017-08-30T19:15:27 format with astyle (step 5)
Francois Perrad a20d9b10 2017-08-30T19:13:53 format with astyle (step 4)
Francois Perrad 4439fae1 2017-08-30T19:11:35 format with astyle (step 3)
Francois Perrad 9eed07f0 2017-08-29T22:23:48 format with astyle (step 2)
Francois Perrad 45771cc9 2017-08-30T19:07:12 format with astyle (step 1)
Francois Perrad 71266b3e 2017-08-30T19:19:29 format block
Francois Perrad ef6c71f1 2015-11-29T14:58:46 return type of function on the same line
Francois Perrad cdbb9ca9 2017-08-30T19:03:58 fix format
Francois Perrad 82a2d385 2017-08-30T05:56:38 refactor indentation of preprocessor directives
Francois Perrad aab1b3d9 2017-08-28T22:34:46 split label & statement
Francois Perrad d263dc72 2017-08-29T18:50:19 add space after keyword
Francois Perrad d6a9a58f 2017-08-30T20:08:58 remove space after function name and cast
Francois Perrad 378be117 2017-08-28T21:40:10 add missing space after comma
Francois Perrad 0135749e 2017-08-30T05:52:16 convert tab indentation
Francois Perrad 0ff04a4f 2015-11-26T18:43:42 remove hard tab
Francois Perrad 15681f9a 2017-08-30T05:51:11 trim trailing spaces
Steffen Jaeckel a0a86c69 2017-08-29T23:48:49 Merge branch 'tcl-fixes' into develop This closes #75
Steffen Jaeckel b2971381 2017-08-29T12:02:18 don't be that strict regarding illegal characters in `mp_read_radix()`
Kevin B Kenny ba95ef76 2005-05-10T17:20:39 ensure string is null-terminated
Kevin B Kenny 71e3024f 2005-05-10T17:20:39 fix mp_iseven
Steffen Jaeckel f5dfd8e7 2017-08-29T22:50:45 fix date in changes.txt
Steffen Jaeckel 89f95214 2017-08-29T22:27:52 Merge tag 'v1.0.1' into develop v1.0.1
Steffen Jaeckel 5953f62e 2017-08-29T22:27:36 Merge branch 'release/1.0.1'
Steffen Jaeckel 29007333 2017-08-29T22:27:20 bump version
Steffen Jaeckel 95fd0f8d 2017-08-29T17:12:36 handle non-existing 'timeout' on MacOS
Steffen Jaeckel 465933eb 2017-08-29T16:57:48 disable some compiler warnings
Steffen Jaeckel e8c27ba7 2017-08-29T10:48:46 bump version
Steffen Jaeckel ac4f48ee 2017-08-29T10:40:05 fix install make-target This fixes #84
Steffen Jaeckel 3e2ebd3b 2017-08-29T10:29:58 auto-determine correct libtool binary for MacOS This fixes #83
Steffen Jaeckel c107b659 2017-08-28T17:06:32 also build release-branch in travis
Steffen Jaeckel 36ef5877 2017-08-28T17:02:30 bump version
Steffen Jaeckel 49e54320 2017-08-28T16:59:11 update tommath_class.h
Steffen Jaeckel 233df836 2017-08-28T16:59:03 update callgraph
Steffen Jaeckel c6e34cff 2017-08-28T16:58:46 update pre_gen/mpi.c
Steffen Jaeckel 957f1618 2017-08-28T16:58:26 update makefiles
Steffen Jaeckel afedcd89 2017-08-28T16:28:59 fix docs creation
Steffen Jaeckel 6f212942 2017-08-28T16:27:26 replace SVN tags
Steffen Jaeckel b4bd9788 2017-08-28T16:08:39 update changelog
Steffen Jaeckel a29e9fa7 2017-08-28T15:56:30 add uninstall make-target [skip ci]
Steffen Jaeckel 237b49ad 2017-08-28T15:56:12 correct usage of DESTDIR, PREFIX, etc. for the install make-target [skip ci]
Steffen Jaeckel 504b3cbd 2017-08-25T13:58:58 add primality figure to doc
Steffen Jaeckel 14c79a2c 2017-08-25T13:01:23 update coveralls make-target
Steffen Jaeckel 1a2f3bdb 2017-08-25T13:00:50 update clean make-target
Steffen Jaeckel 5ade6248 2017-08-25T13:00:34 always use the same order of objects to create the library
Steffen Jaeckel 8a6a892c 2017-08-25T13:00:05 fix manual creation
Steffen Jaeckel 7cc18ffd 2017-08-25T12:59:22 rename/move some files; fix some stuff regarding this
Steffen Jaeckel edb72ca0 2017-06-25T16:32:50 Merge pull request #79 from mkj/init_size initialise with appropriate size
Matt Johnston f515ef95 2017-06-24T22:48:10 initialise with appropriate size
Steffen Jaeckel ec6bebf1 2017-06-06T23:31:30 update travis notifications
Steffen Jaeckel 72d116a5 2017-06-06T21:35:08 Merge branch 'pr/78' into develop This closes #78
Steffen Jaeckel 96624b37 2017-06-06T21:34:53 fixup
Matt Johnston 5b8e73a9 2017-06-02T23:07:04 LBL_ERR not _ERR (patch from Ben Gardner)
Steffen Jaeckel b7bf7dad 2017-06-06T21:32:01 Merge pull request #77 from serval2412/develop cppcheck: va_list 'args' used before va_start() was called
Julien Nabet 33d74e22 2017-05-14T13:58:32 cppcheck: va_list 'args' used before va_start() was called Remove extra va_end on args in loop since it'll be called when breaking
Steffen Jaeckel 141a9893 2017-05-10T11:37:48 fixup install and clean
Steffen Jaeckel f40568ba 2017-05-09T14:25:11 add pkg-config file for shared library
Steffen Jaeckel d2e8179c 2017-05-09T14:24:41 install per default to `/usr/local`
Steffen Jaeckel ddddcf2e 2017-05-09T14:01:11 move all documentation to doc/
Steffen Jaeckel 27115d4b 2017-05-09T14:00:26 use 64-bit detection code from libtomcrypt
Steffen Jaeckel 4617de4f 2017-04-20T13:03:21 let's have the same amount of invmod tests than the other tests
Steffen Jaeckel a8b81498 2017-04-11T16:21:36 Fixup 676e7ea4885b16fca8dd74bfacca7beef34d2232
Steffen Jaeckel e8e8fc4c 2017-04-11T11:43:45 improve testme.sh
Steffen Jaeckel ff7603a3 2017-04-10T16:45:37 run tests for all MP configurations
Steffen Jaeckel 712b3597 2017-04-10T16:34:03 fix mp_rand() for MP_{8,16}BIT
Steffen Jaeckel db661457 2017-04-10T16:30:40 improve testme.sh
Steffen Jaeckel 3ab918e7 2017-04-09T01:00:00 update tommath_class.h
Steffen Jaeckel 0cc30386 2017-04-09T00:59:55 update callgraph
Steffen Jaeckel 1f01ae54 2017-04-09T00:56:21 Merge branch 'fp/perlcritic' into develop
Steffen Jaeckel 2bc7bdbb 2017-04-09T00:51:00 Merge branch 'pr/55' into develop This closes #55
Francois Perrad 38fe9eec 2015-12-10T07:30:09 sanitize some Perl scripts (Perl4 is gone)
Steffen Jaeckel c17c4771 2017-04-09T00:44:01 allow external define of MP_GEN_RANDOM
Matt Johnston 27e64859 2016-03-17T22:37:56 Avoid temporary
Karel Miko 393a5273 2017-04-09T00:36:50 fix fast_mp_invmod() not being able to handle case where b=1 This closes #67
Steffen Jaeckel bc11ea75 2017-04-09T00:32:57 don't include static function in callgraph