mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-05 03:24:17 -04:00
Fix codestyle with uncrustify.
Signed-off-by: Stephan Koch <koch@oberon.ch>
This commit is contained in:
parent
6d50173d9c
commit
6eb73113b1
@ -778,7 +778,7 @@ int mbedtls_test_psa_exported_key_sanity_check(
|
|||||||
/* The representation of an ECC Montgomery public key is
|
/* The representation of an ECC Montgomery public key is
|
||||||
* the raw compressed point */
|
* the raw compressed point */
|
||||||
TEST_EQUAL(PSA_BITS_TO_BYTES(bits), exported_length);
|
TEST_EQUAL(PSA_BITS_TO_BYTES(bits), exported_length);
|
||||||
} else if(PSA_KEY_TYPE_ECC_GET_FAMILY(type) == PSA_ECC_FAMILY_TWISTED_EDWARDS) {
|
} else if (PSA_KEY_TYPE_ECC_GET_FAMILY(type) == PSA_ECC_FAMILY_TWISTED_EDWARDS) {
|
||||||
/* The representation of an ECC Edwards public key is
|
/* The representation of an ECC Edwards public key is
|
||||||
* the raw compressed point */
|
* the raw compressed point */
|
||||||
TEST_EQUAL(PSA_BITS_TO_BYTES(bits + 1), exported_length);
|
TEST_EQUAL(PSA_BITS_TO_BYTES(bits + 1), exported_length);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user