summaryrefslogtreecommitdiff
path: root/rabbit.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-05 22:42:17 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-05 22:42:17 -0400
commit8c871b40ae1961117e083200dcce36cdf658b5b0 (patch)
tree73ffda8065bc53153aeba5b5a836024fae035bdd /rabbit.h
parentd7a751b39ad3dacf7c75ce76c503ead8cbaed792 (diff)
downloadcryptopp-git-8c871b40ae1961117e083200dcce36cdf658b5b0.tar.gz
Update comments
Diffstat (limited to 'rabbit.h')
-rw-r--r--rabbit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rabbit.h b/rabbit.h
index 42a55453..177c98cb 100644
--- a/rabbit.h
+++ b/rabbit.h
@@ -48,6 +48,7 @@ protected:
bool CanOperateKeystream() const { return true; }
bool CipherIsRandomAccess() const { return false; }
+private:
// Master and working states
FixedSizeSecBlock<word32, 8> m_mx, m_mc, m_wx, m_wc;
// Workspace
@@ -66,6 +67,7 @@ protected:
bool CanOperateKeystream() const { return true; }
bool CipherIsRandomAccess() const { return false; }
+private:
// Master and working states
FixedSizeSecBlock<word32, 8> m_mx, m_mc, m_wx, m_wc;
// Workspace