aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ecdsa.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-06-18 18:44:40 -0400
committerRob Austein <sra@hactrn.net>2015-06-18 18:44:40 -0400
commita615b134c498f8d88e0dab047f40c7096a2f9e03 (patch)
tree48b0a15338a1d360848273f6b8c8a5b482542133 /tests/test-ecdsa.c
parent30e821659ae85e76082932074cc7463e80bc59b9 (diff)
Supply public exponent as bigendian byte string rather than unsigned
long, since that's the form we'll need for PKCS #11.
Diffstat (limited to 'tests/test-ecdsa.c')
0 files changed, 0 insertions, 0 deletions
y access code from Pavel.' href='/sw/stm32/commit/stm-fpgacfg.c?h=auto_zeroise&id=3b044e50d3295c04863bdb0587a6eef157e654b8'>3b044e5
bfcbe2a
3b044e5

bfcbe2a
3b044e5
bfcbe2a
3b044e5

bfcbe2a
3b044e5
bfcbe2a














3b044e5
523d1f6
fd5774f























fd60daa
fd5774f
fd60daa
fd5774f





fd60daa
fd5774f
fd60daa

fd5774f
fd60daa
fd5774f


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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114