commit | 1b57b067518793957b552a7c8ffab534f860fe89 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 06 15:48:19 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 06 15:48:19 2011 +0000 |
tree | 04be1b7ff1a57a01625d40480c43eb963d7b3a85 | |
parent | 8123e9d8f14a6c329076c6c0c8b8404533ed82d4 [diff] [blame] |
- Added reading of DHM context from memory and file
diff --git a/include/polarssl/md.h b/include/polarssl/md.h index b23167b..13250dd 100644 --- a/include/polarssl/md.h +++ b/include/polarssl/md.h
@@ -41,6 +41,8 @@ POLARSSL_MD_SHA512, } md_type_t; +#define POLARSSL_MD_MAX_SIZE 64 /* longest known is SHA512 */ + /** * Message digest information. Allows message digest functions to be called * in a generic way.