summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/pubkey/xmss/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'comm/third_party/botan/src/lib/pubkey/xmss/info.txt')
-rw-r--r--comm/third_party/botan/src/lib/pubkey/xmss/info.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/comm/third_party/botan/src/lib/pubkey/xmss/info.txt b/comm/third_party/botan/src/lib/pubkey/xmss/info.txt
new file mode 100644
index 0000000000..ae290f5fc9
--- /dev/null
+++ b/comm/third_party/botan/src/lib/pubkey/xmss/info.txt
@@ -0,0 +1,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>