summaryrefslogtreecommitdiff
path: root/blumshub.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-04-09 11:52:05 -0400
committerJeffrey Walton <noloader@gmail.com>2020-04-09 11:52:05 -0400
commit287a816907810ba089ceeee8970a6f85ccdc8801 (patch)
tree52530fa1cd0bf9ccc9a9a0e1651770f74e9dbc81 /blumshub.h
parent50a3ad840ef91ce921c61ad10872241138fed92d (diff)
downloadcryptopp-git-287a816907810ba089ceeee8970a6f85ccdc8801.tar.gz
Update documentation
Diffstat (limited to 'blumshub.h')
-rw-r--r--blumshub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blumshub.h b/blumshub.h
index f59ddefc..8c1c981f 100644
--- a/blumshub.h
+++ b/blumshub.h
@@ -24,7 +24,7 @@ public:
/// \brief Construct a PublicBlumBlumShub
/// \param n the modulus
/// \param seed the seed for the generator
- /// \detials seed is the secret key and should be about as large as n.
+ /// \details seed is the secret key and should be about as large as n.
PublicBlumBlumShub(const Integer &n, const Integer &seed);
unsigned int GenerateBit();