Migrate entropy testing to opaque.

This commit is contained in:
Matthias Vallentin 2012-12-13 19:18:47 -08:00
parent 86faab1e06
commit b9d05f56d0
7 changed files with 156 additions and 87 deletions

View file

@ -103,6 +103,7 @@ SERIAL_VAL(HASH_VAL, 15)
SERIAL_VAL(MD5_VAL, 16)
SERIAL_VAL(SHA1_VAL, 17)
SERIAL_VAL(SHA256_VAL, 18)
SERIAL_VAL(ENTROPY_VAL, 19)
#define SERIAL_EXPR(name, val) SERIAL_CONST(name, val, EXPR)
SERIAL_EXPR(EXPR, 1)