blob: ae290f5fc958b4e6659f2a803baf65b67114f387 (
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
|
<defines>
XMSS_RFC8391 -> 20201101
</defines>
<header:public>
xmss.h
xmss_hash.h
xmss_wots.h
xmss_parameters.h
xmss_key_pair.h
xmss_privatekey.h
xmss_publickey.h
xmss_wots_parameters.h
xmss_wots_privatekey.h
xmss_wots_publickey.h
</header:public>
<header:internal>
atomic.h
xmss_address.h
xmss_common_ops.h
xmss_index_registry.h
xmss_signature.h
xmss_signature_operation.h
xmss_tools.h
xmss_verification_operation.h
xmss_wots_addressed_privatekey.h
xmss_wots_addressed_publickey.h
</header:internal>
<requires>
asn1
rng
hash
sha2_32
</requires>
<os_features>
atomics
</os_features>
|