mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Rename curve_bytes to coordinate_bytes
Also remove unneeded instance from verify operation struct. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
@@ -117,7 +117,7 @@ typedef struct {
|
||||
mbedtls_ecdsa_context *MBEDTLS_PRIVATE(ctx);
|
||||
mbedtls_ecdsa_restart_ctx MBEDTLS_PRIVATE(restart_ctx);
|
||||
|
||||
size_t MBEDTLS_PRIVATE(curve_bytes);
|
||||
size_t MBEDTLS_PRIVATE(coordinate_bytes);
|
||||
psa_algorithm_t MBEDTLS_PRIVATE(alg);
|
||||
mbedtls_md_type_t MBEDTLS_PRIVATE(md_alg);
|
||||
const uint8_t *MBEDTLS_PRIVATE(hash);
|
||||
@@ -150,7 +150,6 @@ typedef struct {
|
||||
mbedtls_ecdsa_context *MBEDTLS_PRIVATE(ctx);
|
||||
mbedtls_ecdsa_restart_ctx MBEDTLS_PRIVATE(restart_ctx);
|
||||
|
||||
size_t MBEDTLS_PRIVATE(curve_bytes);
|
||||
const uint8_t *MBEDTLS_PRIVATE(hash);
|
||||
size_t MBEDTLS_PRIVATE(hash_length);
|
||||
|
||||
|
Reference in New Issue
Block a user