Skip to content

Commit 00c5297

Browse files
committed
Minor formatting improvements in mldsa/mldsa_native.h
Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
1 parent 43e0284 commit 00c5297

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mldsa/mldsa_native.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
* in the configuration file and include this header multiple times, setting
3131
* MLD_CONFIG_PARAMETER_SET accordingly for each, and #undef'ing the MLD_H
3232
* guard to allow multiple inclusions.
33-
*
34-
******************************************************************************/
33+
*/
3534

3635
/******************************* Key sizes ************************************/
3736

@@ -99,7 +98,7 @@
9998
* has probability < 2^-256. */
10099
#define MLD_ERR_SIGN_ATTEMPTS_EXHAUSTED (-4)
101100

102-
/****************************** Function API **********************************/
101+
/********************* Namespacing and Qualifiers *****************************/
103102

104103
#define MLD_API_CONCAT_(x, y) x##y
105104
#define MLD_API_CONCAT(x, y) MLD_API_CONCAT_(x, y)
@@ -136,12 +135,13 @@
136135
#define MLD_API_QUALIFIER
137136
#endif
138137

138+
/****************************** Function API **********************************/
139+
139140
#if !defined(MLD_CONFIG_CONSTANTS_ONLY)
140141

141142
#include <stddef.h>
142143
#include <stdint.h>
143144

144-
145145
#ifdef __cplusplus
146146
extern "C"
147147
{

0 commit comments

Comments
 (0)