Remove some more crypto ifdef, fix a few small bugs
This commit is contained in:
parent
27da6d4a0e
commit
6b5c4c3359
8 changed files with 55 additions and 37 deletions
|
@ -16,10 +16,9 @@
|
|||
|
||||
#include "common.h"
|
||||
#include "sha1.h"
|
||||
#include "sha1_i.h"
|
||||
#include "crypto.h"
|
||||
|
||||
void SHA1Transform(u32 state[5], const unsigned char buffer[64]);
|
||||
|
||||
|
||||
int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue