aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/info.txt
blob: 93fe4eef5d0b0b7587cfb96e46ac1e8f6d56889f (plain)
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
define XMSS 20161008

<source>
xmss_common_ops.cpp
xmss_hash.cpp
xmss_index_registry.cpp
xmss_parameters.cpp
xmss_privatekey.cpp
xmss_publickey.cpp
xmss_signature.cpp
xmss_signature_operation.cpp
xmss_verification_operation.cpp
xmss_wots_common_ops.cpp
xmss_wots_parameters.cpp
xmss_wots_privatekey.cpp
xmss_wots_publickey.cpp
xmss_wots_signature_operation.cpp
xmss_wots_verification_operation.cpp
</source>

<header:public>
atomic.h
xmss.h
xmss_hash.h
xmss_index_registry.h
xmss_address.h
xmss_common_ops.h
xmss_parameters.h
xmss_key_pair.h
xmss_privatekey.h
xmss_publickey.h
xmss_tools.h
xmss_wots_parameters.h
xmss_wots_privatekey.h
xmss_wots_publickey.h
</header:public>

<header:internal>
xmss_wots_addressed_privatekey.h
xmss_wots_addressed_publickey.h
xmss_wots_common_ops.h
xmss_wots_signature_operation.h
xmss_wots_verification_operation.h
xmss_signature.h
xmss_signature_operation.h
xmss_verification_operation.h
</header:internal>

<requires>
asn1
rng
hash
sha2_32
</requires>