Skip to content

Commit

Permalink
crypto.cpp tigerpasses const -> constexpr for #210
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Jun 12, 2021
1 parent 03f2f91 commit 8ddcc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/crypto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* http://www.cs.technion.ac.il/~biham/Reports/Tiger/
*/

static const int tigerpasses = 3;
static constexpr int tigerpasses = 3;

namespace tiger
{
Expand Down

0 comments on commit 8ddcc0a

Please sign in to comment.