|
e33311a1
|
2019-10-19T17:14:46
|
|
use enum type
|
|
b34aac09
|
2019-10-19T16:24:55
|
|
remove extraneous comma
|
|
04a1160e
|
2019-10-20T12:43:09
|
|
Merge pull request #390 from czurnieden/sans_eight_frobenius
removed code needed for MP_8BIT
|
|
e8fc3a58
|
2019-10-19T19:39:29
|
|
removed code needed for MP_8BIT
|
|
2c82730e
|
2019-10-20T12:35:41
|
|
Merge pull request #284 from libtom/move-files
Get rid of BN prefix
|
|
7a68f128
|
2019-10-19T16:24:39
|
|
Execute move.sh - Rename files from bn_* to match the function names.
* git blame <renamed-file> is not affected
* git log --follow <renamed-file> can be used to show log across renames
|
|
de484635
|
2019-05-19T10:07:49
|
|
add move script
|
|
800ec1ed
|
2019-10-19T16:21:02
|
|
Merge pull request #349 from czurnieden/sans_eight
Remove support for 8-bit (MP_8BIT)
|
|
78588ed6
|
2019-09-09T03:54:26
|
|
removed the corect preprocessor branch in mp_to_unsigend_bin this time and removed 8-bit tests from testme.sh
|
|
be9a71fd
|
2019-09-09T03:27:25
|
|
soothed preprocessor
|
|
70589a00
|
2019-09-09T03:19:22
|
|
corrected preprocessor branch in bn_mp_montgomery_setup.c
|
|
36fca2f9
|
2019-09-09T02:58:18
|
|
remove support for 8-bit (MP_8BIT)
|
|
4d6a9682
|
2019-10-19T15:50:29
|
|
fix 'coverage' & add 'check' make-target
|
|
e66be11c
|
2019-10-19T16:02:12
|
|
Merge pull request #366 from czurnieden/radix_size_with_log
Use of mp_ilogb in mp_radix_size
|
|
de606c03
|
2019-10-15T20:48:37
|
|
adaption of mp_radeix_size to new mp_log_u32
|
|
d4f6b43f
|
2019-10-11T00:29:20
|
|
use of mp_ilogb in mp_radix_size
|
|
80f5818e
|
2019-10-16T00:31:43
|
|
Addition of BN_MP_LOG_U32 to tommath_superclass.h
|
|
0a3fa328
|
2019-10-19T15:34:13
|
|
Merge pull request #379 from libtom/private-symbols
enable MP_PRIVATE (visibility=hidden)
|
|
3eaa268e
|
2019-10-18T10:00:09
|
|
Adapt mingw-build of libtommath.dll to respect internal symbols too
|
|
42ebcbfe
|
2019-10-16T10:08:15
|
|
enable MP_PRIVATE (visibility=hidden)
|
|
b0714138
|
2019-10-19T12:24:01
|
|
Merge pull request #378 from libtom/remove-deprecated
Remove deprecated functions
|
|
700a79ea
|
2019-10-18T09:28:11
|
|
remove deprecated functions from tommath.def too
|
|
20dcc923
|
2019-10-17T16:59:02
|
|
rename internal constant radix arrays
|
|
55acc6ab
|
2019-10-16T10:32:40
|
|
update docs
|
|
b4099e1e
|
2019-10-16T10:28:28
|
|
remove empty bn_deprecated.c file
|
|
45a3bf76
|
2019-10-16T09:21:19
|
|
remove deprecated functions
|
|
fce429d0
|
2019-07-24T15:54:01
|
|
tommath.h: do not expose limits.h
|
|
7e1c6229
|
2019-10-16T14:27:46
|
|
Merge pull request #377 from libtom/use-enums
tommath.h: use enums
|
|
55431084
|
2019-10-16T09:26:04
|
|
tommath.h: use enums
|
|
f8f240a7
|
2019-10-15T20:47:33
|
|
Merge pull request #375 from libtom/fix-62
fix s_mp_montgomery_reduce_fast
|
|
65237bc2
|
2019-09-10T09:35:15
|
|
fix s_mp_montgomery_reduce_fast
as proposed by @dmitry-lipetsk
This fixes #62
|
|
69a7ca78
|
2019-10-15T19:20:34
|
|
Merge pull request #376 from fperrad/20191015_lint
some linting
|
|
fd7a0a3a
|
2019-10-15T18:14:00
|
|
explicit condition
|
|
fd5c835c
|
2019-10-15T18:11:38
|
|
explicit operator precedence
|
|
28ea368c
|
2019-10-15T18:09:51
|
|
add missing include
|
|
8b5fc198
|
2019-10-15T14:48:10
|
|
Merge pull request #372 from libtom/rename-and-fixups
Rename and fixups
|
|
cb1b2dc8
|
2019-10-15T14:04:32
|
|
mp_log_u32: return uint32_t
|
|
4bbe2cde
|
2019-10-15T10:42:48
|
|
fix build of demos
|
|
8825ab60
|
2019-10-09T17:18:56
|
|
improve `clean` make-target
|
|
c9d41fba
|
2019-10-15T10:40:40
|
|
rename mp_ilogb() to mp_log_u32()
|
|
1cc02f2d
|
2019-10-14T15:09:42
|
|
fix build of timing.c
|
|
8365614f
|
2019-10-15T14:46:40
|
|
Merge pull request #373 from libtom/missing-symbols
add back missing symbols
|
|
2fefcaa0
|
2019-10-15T14:21:30
|
|
copy implementation of mp_to_unsigned_bin_n() to mp_to_signed_bin_n()
|
|
049e2e85
|
2019-10-15T14:02:22
|
|
add back missing symbols
|
|
4a373ffa
|
2019-10-15T10:32:53
|
|
Merge pull request #367 from czurnieden/ilogb_shortcuts
ilog: added shortcuts for bases that are powers of two
|
|
f0a9d3c3
|
2019-10-10T23:33:09
|
|
added shortcuts for bases that are powers of two
|
|
9bf8ce03
|
2019-10-15T10:28:05
|
|
Merge pull request #364 from czurnieden/miller_rabin_rounds_update
Update to list of number of Miller-Rabin trials
|
|
3dd542f2
|
2019-10-14T23:05:56
|
|
Changed macro 'LTM_USE_FIPS_ONLY' to 'LTM_USE_ONLY_MR'
|
|
cf08afa4
|
2019-10-10T01:50:52
|
|
Update to list of number of Miller-Rabin trials
|
|
7ed75222
|
2019-10-14T14:18:37
|
|
Merge pull request #365 from fperrad/20191010_lint
some linting
|
|
5a4e81c1
|
2019-10-10T20:32:02
|
|
literal suffix
|
|
e3eb13e4
|
2019-10-10T20:25:56
|
|
use same parameter name as in the prototype
|
|
b1975063
|
2019-10-10T20:15:13
|
|
use literal char
|
|
67c099ee
|
2019-10-10T18:44:00
|
|
Merge pull request #361 from libtom/pack_unpack_buf
add mp_pack/unpack and MP_BUF error
|
|
b4f7d8d4
|
2019-10-09T20:41:17
|
|
test: use malloc/free
tests are library consumers, MP_MALLOC is an internal macro
|
|
fe2f91a1
|
2019-10-09T20:22:11
|
|
to_sbin/to_ubin/pack: don't write anything in case of buffer overflow
|
|
6e3dae56
|
2019-10-08T21:47:57
|
|
add MP_BUF error
|
|
b6813a41
|
2019-09-27T03:40:08
|
|
replace mp_export/import by mp_pack/unpack
|
|
c5b901b9
|
2019-10-07T20:20:09
|
|
Merge pull request #360 from fperrad/20191007_lint
some linting
|
|
b2d29b43
|
2019-10-07T19:22:46
|
|
explicit operator precedence
|
|
ce98f367
|
2019-10-07T16:09:37
|
|
Merge pull request #348 from czurnieden/to_radix_returns_length_converted
make mp_to_radix return the count of characters of the converted number
|
|
71d1b7b9
|
2019-09-08T23:29:44
|
|
make mp_to_radix return the count of characters of the converted number
|
|
bd7bf50c
|
2019-10-06T21:13:03
|
|
Merge branch 'pr/359' into develop
|
|
d68e2877
|
2019-10-02T05:47:04
|
|
bugfix for an edgecase
|
|
0018bf4a
|
2019-10-06T21:09:50
|
|
Merge pull request #358 from fperrad/20191006_lint
some linting
|
|
8adc0fc3
|
2019-10-06T16:13:44
|
|
literal suffix
|
|
62a09c66
|
2019-10-06T16:09:48
|
|
all computation on unsigned
|
|
d2b739ee
|
2019-10-06T15:47:13
|
|
don't overwrite MP_VAL value
|
|
763b40b4
|
2019-10-06T15:24:17
|
|
use same parameter name as in the prototype
|
|
3da28429
|
2019-10-06T14:59:04
|
|
Merge pull request #354 from czurnieden/refactor_bigendian_storage
refactored functions to read and write binaries
|
|
abdb0334
|
2019-09-25T00:29:19
|
|
Refactored functions to read and write binaries and added "maxlen"
|
|
24ed43d5
|
2019-10-06T02:02:30
|
|
Merge pull request #340 from libtom/improve-demo-timing
Improve demo timing
|
|
4ebdaca2
|
2019-09-05T14:24:42
|
|
"fix" warnings
|
|
baff51e9
|
2019-09-05T14:23:22
|
|
allow to run specific timing tests
|
|
47ab9c60
|
2019-09-05T14:19:17
|
|
fix printf
|
|
12873fb6
|
2019-10-04T14:28:52
|
|
Merge pull request #342 from libtom/refactor-tune
Refactor tune
|
|
bae1045d
|
2019-10-01T11:30:13
|
|
tommath_cutoffs.h is a private header now
... and should be treated as such
|
|
6caeaf29
|
2019-10-01T11:24:53
|
|
add registry
|
|
538a513e
|
2019-10-01T10:39:12
|
|
use MP_HAS()
|
|
8bd23b0c
|
2019-10-01T10:38:58
|
|
add get/set_cutoffs()
|
|
9a51b129
|
2019-10-01T10:37:30
|
|
exit instead of segfault
|
|
b7eb89c3
|
2019-09-06T15:07:02
|
|
re-write median calculation
|
|
41b6f291
|
2019-09-06T14:56:20
|
|
always run the tune make target
|
|
eca1a49b
|
2019-09-06T14:53:43
|
|
add `s_strtol()`
|
|
2b1c83bd
|
2019-09-06T14:02:38
|
|
refactor the 4 equal loops into a run function
|
|
d0c6a8d5
|
2019-09-06T13:47:28
|
|
put parameters into struct
|
|
0da3c65b
|
2019-10-01T09:01:23
|
|
Merge pull request #352 from libtom/dedup-test-binary
Deduplicate the test binary
|
|
f8d64c64
|
2019-09-10T16:05:27
|
|
create `mtest_opponent` instead of alt version of `test`
|
|
6e160216
|
2019-09-10T09:36:31
|
|
Merge pull request #347 from fperrad/20190907_refactor
some refactoring
|
|
ffdd008d
|
2019-05-07T21:30:27
|
|
use MP_DIGIT_MAX instead of MP_MASK
|
|
d6a8de54
|
2019-09-09T17:37:48
|
|
Merge pull request #351 from czurnieden/deprecating_eight_bit_warning
Add message that MP-8BIT is deprecated
|
|
1cb8a229
|
2019-09-09T16:13:46
|
|
removed tests for MP_8BIT from travis
|
|
6b0caef4
|
2019-09-09T15:55:45
|
|
add message that MP-8BIT is deprecated
|
|
c884b64f
|
2019-09-09T11:51:27
|
|
Merge pull request #350 from czurnieden/travis_valgrind_logname
added printing of valgrind log to travis.yml in case of error
|
|
33f4280e
|
2019-09-09T04:26:59
|
|
added printing of valgrind log to travis.yml in case of error
|
|
287cdf54
|
2019-09-08T13:45:24
|
|
Merge pull request #346 from fperrad/20190907_fix
fix mp_to_radix
|
|
642ef5b0
|
2019-09-07T19:07:17
|
|
fix mp_to_radix
remove an assignment which could overwrite the one with MP_VAL
caused by a conflict between 2 recent commits
- refactor with goto
- return error if output-buffer is too small
|
|
c63799c3
|
2019-09-07T17:41:09
|
|
Merge pull request #341 from libtom/improve-tests
Improve tests
|
|
234d474f
|
2019-09-07T15:01:46
|
|
only run tests if the module is available
|
|
1687b152
|
2019-09-06T16:10:44
|
|
allow the user to override {C,L,LD}FLAGS
|