Skip to content

Commit

Permalink
Run copy_from_upstream
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Nov 19, 2024
1 parent 88faff4 commit 4324fbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/kem/ml_kem/kem_ml_kem_1024.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OQS_KEM *OQS_KEM_ml_kem_1024_new(void) {
return NULL;
}
kem->method_name = OQS_KEM_alg_ml_kem_1024;
kem->alg_version = "https://github.com/pq-crystals/kyber/tree/standard";
kem->alg_version = "FIPS203";

kem->claimed_nist_level = 5;
kem->ind_cca = true;
Expand Down
2 changes: 1 addition & 1 deletion src/kem/ml_kem/kem_ml_kem_512.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OQS_KEM *OQS_KEM_ml_kem_512_new(void) {
return NULL;
}
kem->method_name = OQS_KEM_alg_ml_kem_512;
kem->alg_version = "https://github.com/pq-crystals/kyber/tree/standard";
kem->alg_version = "FIPS203";

kem->claimed_nist_level = 1;
kem->ind_cca = true;
Expand Down
2 changes: 1 addition & 1 deletion src/kem/ml_kem/kem_ml_kem_768.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OQS_KEM *OQS_KEM_ml_kem_768_new(void) {
return NULL;
}
kem->method_name = OQS_KEM_alg_ml_kem_768;
kem->alg_version = "https://github.com/pq-crystals/kyber/tree/standard";
kem->alg_version = "FIPS203";

kem->claimed_nist_level = 3;
kem->ind_cca = true;
Expand Down

0 comments on commit 4324fbd

Please sign in to comment.