From 33587ab1a110043fe7ff69f2a9e1355be2e2ca58 Mon Sep 17 00:00:00 2001 From: René Korthaus Date: Fri, 27 Jan 2017 18:38:34 +0100 Subject: Fix private key ctors API docs [ci skip] --- src/lib/pubkey/ecc_key/ecc_key.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/pubkey/ecc_key') diff --git a/src/lib/pubkey/ecc_key/ecc_key.h b/src/lib/pubkey/ecc_key/ecc_key.h index d4ce6c0e7..60e29bffc 100644 --- a/src/lib/pubkey/ecc_key/ecc_key.h +++ b/src/lib/pubkey/ecc_key/ecc_key.h @@ -121,8 +121,9 @@ class BOTAN_DLL EC_PrivateKey : public virtual EC_PublicKey, bool with_modular_inverse=false); /* - * Creates a new private key object from the given - * key_bits. If with_modular_inverse is set, + * Creates a new private key object from the + * ECPrivateKey structure given in key_bits. + * If with_modular_inverse is set, * the public key will be calculated by multiplying * the base point with the modular inverse of * x (as in ECGDSA and ECKCDSA), otherwise by -- cgit v1.2.3