Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crypto/fipsmodule/ml_dsa/ml_dsa_ref/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ typedef struct {
#define ML_DSA_C_TILDE_BYTES_MAX (64)
#define ML_DSA_POLYW1_PACKEDBYTES_MAX (192)
#define ML_DSA_POLY_UNIFORM_ETA_NBLOCKS_MAX ((227 + SHAKE256_BLOCKSIZE - 1)/SHAKE256_BLOCKSIZE)
#define ML_DSA_POLYZ_PACKEDBYTES_MAX (576)
#define ML_DSA_POLYZ_PACKEDBYTES_MAX (640)

OPENSSL_EXPORT void ml_dsa_44_params_init(ml_dsa_params *params);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: unknown type name 'OPENSSL_EXPORT' [clang-diagnostic-error]

OPENSSL_EXPORT void ml_dsa_44_params_init(ml_dsa_params *params);
^

OPENSSL_EXPORT void ml_dsa_65_params_init(ml_dsa_params *params);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: unknown type name 'OPENSSL_EXPORT' [clang-diagnostic-error]

OPENSSL_EXPORT void ml_dsa_65_params_init(ml_dsa_params *params);
^

Expand Down
Loading