Skip to content

Commit

Permalink
header collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Dec 20, 2024
1 parent 2a7bf05 commit 447bca3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions crypto/dilithium/pqcrystals_dilithium_ref_common/ntt.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef NTT_H
#define NTT_H
#ifndef ML_DSA_NTT_H
#define ML_DSA_NTT_H

#include <stdint.h>
#include "params.h"
Expand Down
4 changes: 2 additions & 2 deletions crypto/dilithium/pqcrystals_dilithium_ref_common/params.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef PARAMS_H
#define PARAMS_H
#ifndef ML_DSA_PARAMS_H
#define ML_DSA_PARAMS_H

// The only defined parameters are those that don't depend
// on the parameter set. All other parameters are specified
Expand Down
4 changes: 2 additions & 2 deletions crypto/dilithium/pqcrystals_dilithium_ref_common/poly.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef POLY_H
#define POLY_H
#ifndef ML_DSA_POLY_H
#define ML_DSA_POLY_H

#include <stdint.h>
#include "params.h"
Expand Down
4 changes: 2 additions & 2 deletions crypto/dilithium/pqcrystals_dilithium_ref_common/polyvec.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef POLYVEC_H
#define POLYVEC_H
#ifndef ML_DSA_POLYVEC_H
#define ML_DSA_POLYVEC_H

#include <stdint.h>
#include "params.h"
Expand Down
4 changes: 2 additions & 2 deletions crypto/dilithium/pqcrystals_dilithium_ref_common/reduce.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef REDUCE_H
#define REDUCE_H
#ifndef ML_DSA_REDUCE_H
#define ML_DSA_REDUCE_H

#include <stdint.h>
#include "params.h"
Expand Down

0 comments on commit 447bca3

Please sign in to comment.