added support for stateful PRFs (such as the FIPS_PRF)

This commit is contained in:
Martin Willi
2009-06-12 10:39:47 +02:00
parent c66cd00df4
commit 371a54c7a9
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -75,6 +75,8 @@ struct hasher_test_vector_t {
struct prf_test_vector_t {
/** prf algorithm this test vector tests */
pseudo_random_function_t alg;
/** is this PRF stateful? */
bool stateful;
/** key length to use, in bytes */
size_t key_size;
/** key to use */