Move shared MD5/SHA-1 internal definitions into header files
This commit is contained in:
parent
1e8c857abe
commit
08d38568df
5 changed files with 10 additions and 26 deletions
|
@ -20,12 +20,6 @@
|
|||
#include "md5.h"
|
||||
#include "crypto.h"
|
||||
|
||||
struct SHA1Context {
|
||||
u32 state[5];
|
||||
u32 count[2];
|
||||
unsigned char buffer[64];
|
||||
};
|
||||
|
||||
typedef struct SHA1Context SHA1_CTX;
|
||||
|
||||
void SHA1Transform(u32 state[5], const unsigned char buffer[64]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue