XMSS Library
xmss_config.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2023 Fox Crypto B.V.
3  * SPDX-License-Identifier: MIT
4  *
5  * SPDX-FileContributor: Frans van Dorsselaer
6  */
7 
17 #pragma once
18 
19 #ifndef XMSS_XMSS_CONFIG_H_INCLUDED
21 #define XMSS_XMSS_CONFIG_H_INCLUDED
22 
32 #define XMSS_CAN_USE_STATIC_ASSERT 0
33 
43 #define XMSS_CAN_USE_EXTENSION_STATIC_ASSERT 1
44 
55 #define XMSS_ENABLE_SIGNING 1
56 
64 #define XMSS_LIBRARY_VERSION_MAJOR 2
65 
73 #define XMSS_LIBRARY_VERSION_MINOR 0
74 
82 #define XMSS_LIBRARY_VERSION_PATCH 0
83 
84 #endif /* !XMSS_XMSS_CONFIG_H_INCLUDED */