summaryrefslogtreecommitdiff
path: root/salsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'salsa.h')
-rw-r--r--salsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/salsa.h b/salsa.h
index 31bb9a67..9e6838e3 100644
--- a/salsa.h
+++ b/salsa.h
@@ -50,7 +50,7 @@ protected:
std::string AlgorithmProvider() const;
- CRYPTOPP_CONSTANT(ROUNDS = 20) // Default rounds
+ CRYPTOPP_CONSTANT(ROUNDS = 20) // Default rounds ;
FixedSizeAlignedSecBlock<word32, 16> m_state;
int m_rounds;
};