We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ec931 commit 0129a04Copy full SHA for 0129a04
include/psa/crypto.h
@@ -3439,11 +3439,7 @@ psa_status_t psa_key_derivation_output_key(
3439
psa_status_t psa_key_derivation_abort(
3440
psa_key_derivation_operation_t *operation);
3441
3442
-/** Perform a key agreement and use the shared secret as input to a key
3443
- * derivation.
3444
- *
3445
- * A key agreement algorithm takes two inputs: a private key \p private_key
3446
- * a public key \p peer_key.
+/** Perform a key agreement and return the raw shared secret.
3447
*
3448
* \warning The raw result of a key agreement algorithm such as finite-field
3449
* Diffie-Hellman or elliptic curve Diffie-Hellman has biases and should
0 commit comments