Skip to content

Commit

Permalink
Fix for BSI_P256.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Apr 23, 2024
1 parent 7b849c1 commit b02e550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fp/relic_fp_param.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
/**
* Random prime modulus for the Brainpool P256r1.
*/
#define STR_P256 "AA9FB57DBA1EEA9BC3E660A909D838D726E3BF623D52620282013481D1F6E5377"
#define STR_P256 "A9FB57DBA1EEA9BC3E660A909D838D726E3BF623D52620282013481D1F6E5377"

#elif FP_PRIME == 511
/**
Expand Down

0 comments on commit b02e550

Please sign in to comment.