Skip to content

Commit

Permalink
Fix name of parameter set
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuktu committed May 10, 2016
1 parent 8f3a0d5 commit 6480853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encparams.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ extern const NtruEncParams EES743EP1;
/*
* The default parameter set for 256 bits of security.
*/
#define NTRU_DEFAULT_PARAMS_256_BITS EES1171EP2
#define NTRU_DEFAULT_PARAMS_256_BITS EES1171EP1

#define ALL_PARAM_SETS {EES401EP1, EES449EP1, EES677EP1, EES1087EP2, EES541EP1, EES613EP1, EES887EP1, EES1171EP1, EES659EP1, EES761EP1, EES1087EP1, EES1499EP1}

Expand Down

0 comments on commit 6480853

Please sign in to comment.