merged change from RC_1_0

This commit is contained in:
Arvid Norberg 2014-07-12 06:59:52 +00:00
parent 24b9101075
commit 6e0e64e2ff
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
#include "fixedint.h"
#include "sha512.h"
#ifndef UINT64_C
#define UINT64_C(x) x ## LL
#endif
/* the K array */
static const uint64_t K[80] = {
UINT64_C(0x428a2f98d728ae22), UINT64_C(0x7137449123ef65cd),