summaryrefslogtreecommitdiff
path: root/seckey.h
diff options
context:
space:
mode:
Diffstat (limited to 'seckey.h')
-rw-r--r--seckey.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/seckey.h b/seckey.h
index 38fd14a8..7a711a65 100644
--- a/seckey.h
+++ b/seckey.h
@@ -311,8 +311,9 @@ public:
SimpleKeyingInterface::IV_Requirement IVRequirement() const
{return (SimpleKeyingInterface::IV_Requirement)INFO::IV_REQUIREMENT;}
- /// \brief The default initialization vector length for the algorithm
- /// \details IVSize is provided in bytes, not bits. The default implementation uses IV_LENGTH, which is 0.
+ /// \brief The initialization vector length for the algorithm
+ /// \details IVSize is provided in bytes, not bits. The default implementation uses
+ /// IV_LENGTH, which is 0.
unsigned int IVSize() const
{return INFO::IV_LENGTH;}
};