mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
ascon: make tests more readable by moving the kat vectors into a header
This commit is contained in:
6482
tests/api/ascon.c
6482
tests/api/ascon.c
File diff suppressed because it is too large
Load Diff
@ -19,10 +19,10 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WOLFCRYPT_TEST_ASCON_H
|
#ifndef TESTS_API_ASCON_H
|
||||||
#define WOLFCRYPT_TEST_ASCON_H
|
#define TESTS_API_ASCON_H
|
||||||
|
|
||||||
int test_ascon_hash256(void);
|
int test_ascon_hash256(void);
|
||||||
int test_ascon_aead128(void);
|
int test_ascon_aead128(void);
|
||||||
|
|
||||||
#endif /* WOLFCRYPT_TEST_ASCON_H */
|
#endif /* TESTS_API_ASCON_H */
|
||||||
|
6517
tests/api/ascon_kats.h
Normal file
6517
tests/api/ascon_kats.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,3 +2,4 @@ if BUILD_TESTS
|
|||||||
tests_unit_test_SOURCES += tests/api/ascon.c
|
tests_unit_test_SOURCES += tests/api/ascon.c
|
||||||
endif
|
endif
|
||||||
EXTRA_DIST += tests/api/ascon.h
|
EXTRA_DIST += tests/api/ascon.h
|
||||||
|
EXTRA_DIST += tests/api/ascon_kats.h
|
||||||
|
Reference in New Issue
Block a user