summaryrefslogtreecommitdiff
path: root/xtrcrypt.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-10 04:57:48 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-10 04:57:48 -0400
commit894874fe75ce079ad57e9d5e19813193b129152d (patch)
treefae5a8307351b8200238038f05a32f7e91e8006e /xtrcrypt.h
parent4414b864cf69edc7e142c96fdca53bfa898de539 (diff)
downloadcryptopp-git-894874fe75ce079ad57e9d5e19813193b129152d.tar.gz
Whitespace checkin
Diffstat (limited to 'xtrcrypt.h')
-rw-r--r--xtrcrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtrcrypt.h b/xtrcrypt.h
index 0d989da8..cdbccdac 100644
--- a/xtrcrypt.h
+++ b/xtrcrypt.h
@@ -16,7 +16,7 @@ NAMESPACE_BEGIN(CryptoPP)
class XTR_DH : public SimpleKeyAgreementDomain, public CryptoParameters
{
typedef XTR_DH ThisClass;
-
+
public:
XTR_DH(const Integer &p, const Integer &q, const GFP2Element &g);
XTR_DH(RandomNumberGenerator &rng, unsigned int pbits, unsigned int qbits);