summaryrefslogtreecommitdiff
path: root/node/SHA512.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <[email protected]>2013-10-05 06:00:47 -0400
committerAdam Ierymenko <[email protected]>2013-10-05 06:00:47 -0400
commitb0187f44720fb675b99e6b6e57b660c6dfe8e464 (patch)
treee809178143d5b554f97ed6bf1df9254a3cab17e9 /node/SHA512.cpp
parent588a47be893cf8b3b720bb41fac3bc0b75573e26 (diff)
Hashcash-based identity, work in progress... committing to test speed on other boxes.
Diffstat (limited to 'node/SHA512.cpp')
-rw-r--r--node/SHA512.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/SHA512.cpp b/node/SHA512.cpp
index 9d6fbd95..7cec1741 100644
--- a/node/SHA512.cpp
+++ b/node/SHA512.cpp
@@ -121,7 +121,7 @@ static void store_bigendian(unsigned char *x,uint64 u)
b = a; \
a = T1 + T2;
-int crypto_hashblocks(unsigned char *statebytes,const unsigned char *in,unsigned long long inlen)
+static inline int crypto_hashblocks(unsigned char *statebytes,const unsigned char *in,unsigned long long inlen)
{
uint64 state[8];
uint64 a;