summaryrefslogtreecommitdiff
path: root/seckey.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-06 02:57:48 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-06 02:57:48 -0400
commitecababa006ed22b6df42ea43ef5986bcec78aa28 (patch)
tree0a050d4bf679c3e8ce1aa68cf8399ea7bb36e9ac /seckey.h
parent0cee6f01f010a6d0721f26652d41acb219adbd86 (diff)
downloadcryptopp-git-ecababa006ed22b6df42ea43ef5986bcec78aa28.tar.gz
Update documentation
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;}
};