Skip to content
Snippets Groups Projects
Commit 4144eedd authored by Niels Möller's avatar Niels Möller
Browse files

First skeleton for tests.

Rev: src/nettle/testsuite/serpent-test.m4:1.1
parent be506f99
No related branches found
No related tags found
No related merge requests found
#include "serpent.h"
BEGIN_TEST
struct serpent_ctx ctx;
uint8_t msg[SERPENT_BLOCK_SIZE];
uint8_t cipher[SERPENT_BLOCK_SIZE];
uint8_t clear[SERPENT_BLOCK_SIZE];
/* FIXME: No tests! */
#warning no tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment