Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-kulynych committed Apr 28, 2015
1 parent 5c5835d commit 4635e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/key.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace she
const ParameterSet
ParameterSet::generate_parameter_set(unsigned int security, unsigned int circuit_mult_size, unsigned int seed)
{
ASSERT(security > 0, "Security should be greaterthan 0");
ASSERT(security > 0, "Security parameter should be greater than 0");
ASSERT(security > 0, "Multiplicative circuit size should be greater than 0");

unsigned int rho = 2 * security,
Expand Down

0 comments on commit 4635e57

Please sign in to comment.