summaryrefslogtreecommitdiff
path: root/sha.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-05 01:05:58 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-05 01:05:58 -0400
commitd779462a382801ed3b3f13568a180069eb0145e5 (patch)
treead4ede609438f0c419bbe1e08bbf21bea3c08bc8 /sha.h
parent8db50f25ad03ba0691b6636fada2ed36a9da7f7a (diff)
downloadcryptopp-git-d779462a382801ed3b3f13568a180069eb0145e5.tar.gz
Update documentation
Diffstat (limited to 'sha.h')
-rw-r--r--sha.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sha.h b/sha.h
index 3fd223a9..6be24415 100644
--- a/sha.h
+++ b/sha.h
@@ -38,7 +38,7 @@ public:
//! \param digest the state of the hash
//! \param data the data to be digested
//! \details Transform operates the hash on <tt>data</tt>. When the call is invoked
- //! <tt>data</tt> holds initial state. Upon return <tt>data</tt> holds the hash or
+ //! <tt>digest</tt> holds initial state. Upon return <tt>digest</tt> holds the hash or
//! updated state.
//! \details Hashes which derive from IteratedHashWithStaticTransform provide static
//! member functions InitState and Transform. External classes, like SEAL and MDC,
@@ -75,7 +75,7 @@ public:
//! \param digest the state of the hash
//! \param data the data to be digested
//! \details Transform operates the hash on <tt>data</tt>. When the call is invoked
- //! <tt>data</tt> holds initial state. Upon return <tt>data</tt> holds the hash or
+ //! <tt>digest</tt> holds initial state. Upon return <tt>digest</tt> holds the hash or
//! updated state.
//! \details Hashes which derive from IteratedHashWithStaticTransform provide static
//! member functions InitState and Transform. External classes, like SEAL and MDC,
@@ -112,7 +112,7 @@ public:
//! \param digest the state of the hash
//! \param data the data to be digested
//! \details Transform operates the hash on <tt>data</tt>. When the call is invoked
- //! <tt>data</tt> holds initial state. Upon return <tt>data</tt> holds the hash or
+ //! <tt>digest</tt> holds initial state. Upon return <tt>digest</tt> holds the hash or
//! updated state.
//! \details Hashes which derive from IteratedHashWithStaticTransform provide static
//! member functions InitState and Transform. External classes, like SEAL and MDC,
@@ -149,7 +149,7 @@ public:
//! \param digest the state of the hash
//! \param data the data to be digested
//! \details Transform operates the hash on <tt>data</tt>. When the call is invoked
- //! <tt>data</tt> holds initial state. Upon return <tt>data</tt> holds the hash or
+ //! <tt>digest</tt> holds initial state. Upon return <tt>digest</tt> holds the hash or
//! updated state.
//! \details Hashes which derive from IteratedHashWithStaticTransform provide static
//! member functions InitState and Transform. External classes, like SEAL and MDC,
@@ -182,7 +182,7 @@ public:
//! \param digest the state of the hash
//! \param data the data to be digested
//! \details Transform operates the hash on <tt>data</tt>. When the call is invoked
- //! <tt>data</tt> holds initial state. Upon return <tt>data</tt> holds the hash or
+ //! <tt>digest</tt> holds initial state. Upon return <tt>digest</tt> holds the hash or
//! updated state.
//! \details Hashes which derive from IteratedHashWithStaticTransform provide static
//! member functions InitState and Transform. External classes, like SEAL and MDC,