aboutsummaryrefslogtreecommitdiff
path: root/libraries/libtfm/Makefile
AgeCommit message (Collapse)Author
2020-02-18timing tests for RSA signingmodexpngPaul Selkirk
2018-12-05Tell libtfm that the ARM is little-endian, so it can optimize ↵Paul Selkirk
fp_read_unsigned_bin(). This enables some overflow-detection code, which fixes CT-01-009. It also saves 484us/call, which adds up to 6.3ms/RSA signature.
2018-04-06Merge branch 'profiling'Paul Selkirk
2017-10-11Cleanup: signed/unsigned mismatches, mostly in loop countersPaul Selkirk
2017-09-07Rebase branch 'profiling' from masterPaul Selkirk
2017-06-17Fix optimization settings in HSM's build of libtfm.Rob Austein
2016-07-06Simplify library Makefiles by using symbols defined in top-level Makefile, ↵Paul Selkirk
rather than re-deriving them.
2016-06-25Split LIB*_DIR into _SRC and _BLD.Paul Selkirk
Also rename all instances of GNUmakefile to Makefile.
f0050b20f18506'>cf865e9
86b35d7

c60b4bb


86b35d7
c60b4bb
86b35d7
a3b7050
b3bbd3d
86b35d7
fa13a84

93941c6
65f6634

93941c6
86b35d7
c60b4bb

abd5caf
c60b4bb


abd5caf

86b35d7






0ababd7
3ddf1e3
65f6634
93941c6
c60b4bb

86b35d7
c60b4bb
fa13a84
65f6634

93941c6
fa13a84
93941c6
fa13a84
7e46c24
93941c6
86b35d7


c8a5dd6
f50805b


93941c6
fa13a84
f50805b
65f6634
f50805b

526e451
f50805b


36f9b66
f50805b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98