tests/tinycrypt/aes: Solve style issues in comments
This commit solves some style issues found in comment blocks. Change-Id: I1f4f7344e33b5898ac7d1fb2cd13d75946b4ee5e Signed-off-by: Flavio Santes <flavio.santes@intel.com>
This commit is contained in:
parent
ef86c7d6f3
commit
455ed30fee
1 changed files with 12 additions and 10 deletions
|
@ -1,4 +1,6 @@
|
|||
/* test_aes.c - TinyCrypt implementation of some AES-128 tests (including NIST tests) */
|
||||
/* test_aes.c - TinyCrypt
|
||||
* Implementation of some AES-128 tests (including NIST tests)
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
|
||||
|
@ -31,15 +33,15 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
DESCRIPTION
|
||||
This module tests the following AES routines:
|
||||
|
||||
Scenarios tested include:
|
||||
- AES128 NIST key schedule test
|
||||
- AES128 NIST encryption test
|
||||
- AES128 NIST fixed-key and variable-text
|
||||
- AES128 NIST variable-key and fixed-text
|
||||
*/
|
||||
* DESCRIPTION
|
||||
* This module tests the following AES routines:
|
||||
*
|
||||
* Scenarios tested include:
|
||||
* - AES128 NIST key schedule test
|
||||
* - AES128 NIST encryption test
|
||||
* - AES128 NIST fixed-key and variable-text
|
||||
* - AES128 NIST variable-key and fixed-text
|
||||
*/
|
||||
|
||||
#include <tinycrypt/aes.h>
|
||||
#include <tinycrypt/constants.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue