XMSS Library
errors.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2024 Fox Crypto B.V.
3  * SPDX-License-Identifier: MIT
4  *
5  * SPDX-FileContributor: Thomas Schaap
6  * SPDX-FileContributor: Frans van Dorsselaer
7  */
8 
15 #pragma once
16 
17 #ifndef XMSS_ERRORS_H_INCLUDED
19 #define XMSS_ERRORS_H_INCLUDED
20 
21 #include <types.h>
22 
23 
37 const char *xmss_error_to_name(XmssError error);
38 
39 
48 
49 
50 #endif /* !XMSS_ERRORS_H_INCLUDED */
const char * xmss_error_to_name(XmssError error)
const char * xmss_error_to_description(XmssError error)
Enumerations, basic types and callback function specifications.
XmssError
The return codes for the functions in the XMSS library.
Definition: types.h:103