Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions cipher/kem.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "kem-ecc.h"


/* Information about the KEM algoithms for use by the s-expression
/* Information about the KEM algorithms for use by the s-expression
* interface. */
static const struct
{
Expand All @@ -60,7 +60,7 @@ static const struct
};

/* This is a short version of kem_infos from above. It is required
* for the algoithm module interface. Keep in sync. */
* for the algorithm module interface. Keep in sync. */
static const char *kem_names[] =
{
"sntrup761",
Expand Down
2 changes: 1 addition & 1 deletion cipher/pubkey-dilithium.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct mldsa_info
int seckey_len; /* Length of the secret key. */
int sig_len; /* Length of the signature. */
};
/* Information about the ML-DSA algoithms for use by the
/* Information about the ML-DSA algorithms for use by the
* s-expression interface. */
static const struct mldsa_info mldsa_infos[] =
{
Expand Down
2 changes: 1 addition & 1 deletion tests/t-mldsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ struct mldsa_info
int sig_len; /* Length of the signature. */
};

/* Information about the ML-DSA algoithms for use by the
/* Information about the ML-DSA algorithms for use by the
* s-expression interface. */
static const struct mldsa_info mldsa_infos[] =
{
Expand Down