From b0187f44720fb675b99e6b6e57b660c6dfe8e464 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sat, 5 Oct 2013 06:00:47 -0400 Subject: Hashcash-based identity, work in progress... committing to test speed on other boxes. --- node/SHA512.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/SHA512.cpp') 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; -- cgit v1.2.3