handling hashers and rngs as transform types (in private range)

This commit is contained in:
Martin Willi
2009-06-11 14:17:16 +02:00
parent e51f607221
commit 6f299040fb
2 changed files with 9 additions and 5 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2006 Martin Willi
* Copyright (C) 2006-2009 Martin Willi
* Hochschule fuer Technik Rapperswil
*
* This program is free software; you can redistribute it and/or modify it
@@ -30,6 +30,8 @@ typedef enum transform_type_t transform_type_t;
*/
enum transform_type_t {
UNDEFINED_TRANSFORM_TYPE = 241,
HASH_ALGORITHM = 242,
RANDOM_NUMBER_GENERATOR = 243,
ENCRYPTION_ALGORITHM = 1,
PSEUDO_RANDOM_FUNCTION = 2,
INTEGRITY_ALGORITHM = 3,