Skip to content

Commit

Permalink
reverting key size
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun.C authored and renesas-adam-benson committed May 29, 2024
1 parent cc7fa0c commit 8602410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto_libraries/inc/nx_crypto_ecdh.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ extern "C" {

/* Max Elliptic-curve Diffie-Hellman key size. Buffer size for calculations is 4X the key size */
#ifndef NX_CRYPTO_ECDH_MAX_KEY_SIZE
#define NX_CRYPTO_ECDH_MAX_KEY_SIZE (80) /* Buffer size is increased to accomodate OEM keys */
#define NX_CRYPTO_ECDH_MAX_KEY_SIZE (68)
#endif
#ifndef NX_CRYPTO_ECDH_SCRATCH_BUFFER_SIZE
#define NX_CRYPTO_ECDH_SCRATCH_BUFFER_SIZE 2464
Expand Down

0 comments on commit 8602410

Please sign in to comment.