Skip to content

Commit

Permalink
Another u_char to unsigned char for consistency.
Browse files Browse the repository at this point in the history
Signed-off-by: Loganaden Velvindron <[email protected]>
Signed-off-by: Jaykishan Mutkawoa <[email protected]>
Signed-off-by: Kavish Nadan <[email protected]>
  • Loading branch information
loganaden committed Jan 13, 2025
1 parent bc182cf commit eb330e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlkem768.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ int
crypto_kem_mlkem768_enc(unsigned char *c, unsigned char *k,
const unsigned char *pk)
{
u_char rnd[LIBCRUX_ML_KEM_ENC_PRNG_LEN];
unsigned char rnd[LIBCRUX_ML_KEM_ENC_PRNG_LEN];
struct libcrux_mlkem768_enc_result enc;
struct libcrux_mlkem768_pk mlkem_pub;

Expand Down

0 comments on commit eb330e6

Please sign in to comment.