summaryrefslogtreecommitdiff
path: root/luc.h
diff options
context:
space:
mode:
authorklemens <ka7@github.com>2016-12-27 18:34:57 +0100
committerklemens <ka7@github.com>2016-12-27 18:34:57 +0100
commit5a5c6330735798ed7670cfe1d28986d0a88fb6a9 (patch)
tree5c351b3fbc98cfeeb3d9c7fdd0fc926724223e30 /luc.h
parent06f79d904d5d4a801910e31bcca2846e5afbeaff (diff)
downloadcryptopp-git-5a5c6330735798ed7670cfe1d28986d0a88fb6a9.tar.gz
spelling fixes
Diffstat (limited to 'luc.h')
-rw-r--r--luc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/luc.h b/luc.h
index a4330b99..9ee44b96 100644
--- a/luc.h
+++ b/luc.h
@@ -151,7 +151,7 @@ struct LUCSS : public TF_SS<LUC, STANDARD, H>
{
};
-// analagous to the RSA schemes defined in PKCS #1 v2.0
+// analogous to the RSA schemes defined in PKCS #1 v2.0
typedef LUCES<OAEP<SHA> >::Decryptor LUCES_OAEP_SHA_Decryptor;
typedef LUCES<OAEP<SHA> >::Encryptor LUCES_OAEP_SHA_Encryptor;