diff options
author | René Korthaus <[email protected]> | 2017-01-27 18:38:34 +0100 |
---|---|---|
committer | René Korthaus <[email protected]> | 2017-01-27 18:41:26 +0100 |
commit | 33587ab1a110043fe7ff69f2a9e1355be2e2ca58 (patch) | |
tree | 854d4da37622881c8742e6c79fa1c777fd2ab526 /src/lib/pubkey/ecdh | |
parent | 885c96251e931909f783c1bc3fefd9f7663e47d9 (diff) |
Fix private key ctors API docs [ci skip]
Diffstat (limited to 'src/lib/pubkey/ecdh')
-rw-r--r-- | src/lib/pubkey/ecdh/ecdh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/pubkey/ecdh/ecdh.h b/src/lib/pubkey/ecdh/ecdh.h index 7524a80ff..f5dc5a05d 100644 --- a/src/lib/pubkey/ecdh/ecdh.h +++ b/src/lib/pubkey/ecdh/ecdh.h @@ -70,9 +70,9 @@ class BOTAN_DLL ECDH_PrivateKey : public ECDH_PublicKey, public: /** - * Create an ECDH public key. + * Load a private key. * @param alg_id the X.509 algorithm identifier - * @param key_bits X.509 subject public key info structure + * @param key_bits ECPrivateKey bits */ ECDH_PrivateKey(const AlgorithmIdentifier& alg_id, const secure_vector<uint8_t>& key_bits) : |