mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-06 07:10:41 +00:00
Remove trailing whitespace
Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
parent
113d80c219
commit
5ccdc556b1
@ -630,7 +630,7 @@ void block_cipher_key_type( int type_arg, int block_size_arg )
|
||||
PSA_KEY_TYPE_CATEGORY_SYMMETRIC );
|
||||
TEST_EQUAL( PSA_BLOCK_CIPHER_BLOCK_LENGTH( type ), block_size );
|
||||
|
||||
/* Check that the block size is a power of 2. This is required, at least,
|
||||
/* Check that the block size is a power of 2. This is required, at least,
|
||||
for PSA_ROUND_UP_TO_MULTIPLE(block_size, length) in crypto_sizes.h. */
|
||||
TEST_ASSERT( ( ( block_size - 1 ) & block_size ) == 0 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user