diff options
author | lloyd <[email protected]> | 2012-02-02 12:29:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-02-02 12:29:50 +0000 |
commit | dd2011140c06661e1cc554aae560a2ef9162faff (patch) | |
tree | 31d2891f80a3fbc90f9c4331fe82d9afed24f1a4 /src | |
parent | e415e7a520980d801694d335e96849f2e79f1d43 (diff) |
Whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/pubkey/ec_group/ec_group.h | 6 | ||||
-rw-r--r-- | src/pubkey/ecdh/ecdh.h | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/pubkey/ec_group/ec_group.h b/src/pubkey/ec_group/ec_group.h index b7b09985e..9430a8e38 100644 --- a/src/pubkey/ec_group/ec_group.h +++ b/src/pubkey/ec_group/ec_group.h @@ -40,9 +40,9 @@ class BOTAN_DLL EC_Group * @param cofactor the cofactor */ EC_Group(const CurveGFp& curve, - const PointGFp& base_point, - const BigInt& order, - const BigInt& cofactor) : + const PointGFp& base_point, + const BigInt& order, + const BigInt& cofactor) : curve(curve), base_point(base_point), order(order), diff --git a/src/pubkey/ecdh/ecdh.h b/src/pubkey/ecdh/ecdh.h index 2edbfe86d..6fe0697bf 100644 --- a/src/pubkey/ecdh/ecdh.h +++ b/src/pubkey/ecdh/ecdh.h @@ -22,7 +22,6 @@ class BOTAN_DLL ECDH_PublicKey : public virtual EC_PublicKey { public: - ECDH_PublicKey(const AlgorithmIdentifier& alg_id, const MemoryRegion<byte>& key_bits) : EC_PublicKey(alg_id, key_bits) {} |