Skip to content

Commit

Permalink
size to uint8
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Nov 19, 2024
1 parent 1bbbb24 commit dc471ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/dilithium/pqcrystals_dilithium_ref_common/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

// Structure for ML-DSA parameters that depend on the parameter set.
typedef struct {
size_t k;
size_t l;
uint8_t k;
uint8_t l;
size_t eta;
size_t tau;
size_t beta;
Expand Down

0 comments on commit dc471ec

Please sign in to comment.