Commit Graph

19 Commits

Author SHA1 Message Date
Steffen Jaeckel 18355de625 Update file headers
[skip ci]
2018-12-29 17:56:20 +01:00
czurnieden 9034e712b8 Do not use installed headers for building 2018-05-02 21:43:17 +02:00
Steffen Jaeckel f51249b6aa clean-up file headers 2018-02-27 23:30:43 +01:00
Francois Perrad c098e37e2f restore previous cast
avoid warning with gcc -mx32
    left shift count >= width of type [-Wshift-count-overflow]

avoid infinite loop at run time
2017-10-19 05:51:17 +02:00
Francois Perrad f1d6c88759 refactor cast 2017-10-15 19:58:35 +02:00
Francois Perrad bdbed00079 literal suffix 2017-10-15 19:57:12 +02:00
Francois Perrad 40c763a18d literal suffix in call function 2017-10-15 16:11:09 +02:00
nijtmans f674018a41 constify remaining functions 2017-09-20 16:59:43 +02:00
Francois Perrad 2344bcea3a format with astyle (step 6) 2017-08-30 20:23:46 +02:00
Francois Perrad 45771cc91c format with astyle (step 1) 2017-08-30 20:09:49 +02:00
Francois Perrad 71266b3eb9 format block 2017-08-30 20:09:38 +02:00
Francois Perrad d6a9a58f64 remove space after function name and cast 2017-08-30 20:08:58 +02:00
Steffen Jaeckel 6f21294212 replace SVN tags 2017-08-28 17:00:58 +02:00
Steffen Jaeckel 4e3f1344a5 provide tommath_private.h
tommath.h contains declarations for the public part of the library.
tommath_private.h contains the functions which are private to ltm and
should not be exposed to the public.
2015-11-12 01:49:07 +01:00
Francois Perrad 64177349fc avoid side effects on right hand of logical operator 2015-11-12 01:20:40 +01:00
Francois Perrad 38f90d1b17 explicit condition (part C) 2015-11-12 01:20:40 +01:00
Francois Perrad 614da3deec fix indentation (part 1) 2015-11-12 01:20:40 +01:00
Tom St Denis 079b0f65a9 Getting ready for v0.43.0 release
Also updated my email address...

Signed-off-by: Tom St Denis <tstdenis82@gmail.com>
2015-10-30 17:55:29 -04:00
Steffen Jaeckel e9b1837c8c mp_expt_d: bring back pre 921be35779 state
The implementation of the expt_d functionality is now implemented in the
mp_expt_d_ex() function.

The user can now choose between the old (more timing resistant) version
and the new version by modification of the parameter 'fast'.

mp_expt_d() defaults to the old version
2014-09-28 13:33:59 +02:00