auxFormat.h 338 Bytes
Newer Older
Zhao Xuefeng committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#include"crypto_hash.h"
#include"api.h"
#define U32BIG(x) (x)
#include<string.h>


typedef unsigned char u8;
typedef unsigned int u32;
typedef unsigned long long u64;

void getU32Format(u32 *out, const u8* in);
void unpackFormat(u8 * out, u32 * in) ;
void P256(unsigned int *s, unsigned char *rc,  unsigned char rounds);