summaryrefslogtreecommitdiff
path: root/dsa.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-23 13:19:27 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-23 13:19:27 -0500
commitd72b516c29e21f07e2dac2612d9571614172a304 (patch)
tree2e15001b9ba4324bbacfd56623d2854804448dc5 /dsa.h
parentdfb6f0dbc2dc636b15da2276047201f59090c72f (diff)
downloadcryptopp-git-d72b516c29e21f07e2dac2612d9571614172a304.tar.gz
Make 2048-bit modulus default for DSA (GH #571)
Diffstat (limited to 'dsa.h')
-rw-r--r--dsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsa.h b/dsa.h
index 21cd1a74..cd3f0ae7 100644
--- a/dsa.h
+++ b/dsa.h
@@ -13,7 +13,7 @@ NAMESPACE_BEGIN(CryptoPP)
/// \brief DSA Signature Format
/// \details The DSA signature format used by Crypto++ is as defined by IEEE P1363.
-/// Java nad .Net use the DER format, and OpenPGP uses the OpenPGP format.
+/// Java and .Net use the DER format, and OpenPGP uses the OpenPGP format.
enum DSASignatureFormat {
/// \brief Crypto++ native signature encoding format
DSA_P1363,