Skip to content

Dilithium macro conflicts with define in winnt.h causing compilation failure in Visual Studio #100

@QRCS-CORP

Description

@QRCS-CORP

The declaration:
#define N 256
Conflicts with an internal macro in winnt.h which is loaded with the windows.h header used by the randombytes function. Causes a compilation failure in Visual Studio.
I suggest you rename macro constants to DILITHIUM_X instead of Q, N, D, K, L, to avoid any such conflicts.

Cheers,
John

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions