Skip to content

Commit 087603b

Browse files
committed
fixup! sys/psa_crypto: add psa ecc P256R1 pub key deriv.
1 parent 80b95a6 commit 087603b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sys/psa_crypto/include/psa_ecc.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ psa_status_t psa_generate_ecc_p256r1_key_pair( const psa_key_attributes_t *attr
9595

9696
/**
9797
* @brief Low level wrapper function to call a driver for deriving an P256R1 public key from the private key.
98-
*
99-
* @param[in] priv_key_buffer
100-
* @param[out] pub_key_buffer
101-
* @param[in] priv_key_buffer_length
102-
* @param[inout] pub_key_buffer_length
103-
* @return @ref psa_status_t
10498
*/
10599
psa_status_t psa_derive_ecc_p256r1_public_key( const uint8_t *priv_key_buffer, uint8_t *pub_key_buffer,
106100
size_t priv_key_buffer_length,

0 commit comments

Comments
 (0)