diff options
| author | Adam Ierymenko <[email protected]> | 2013-10-05 06:00:47 -0400 |
|---|---|---|
| committer | Adam Ierymenko <[email protected]> | 2013-10-05 06:00:47 -0400 |
| commit | b0187f44720fb675b99e6b6e57b660c6dfe8e464 (patch) | |
| tree | e809178143d5b554f97ed6bf1df9254a3cab17e9 /node/SHA512.cpp | |
| parent | 588a47be893cf8b3b720bb41fac3bc0b75573e26 (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.cpp | 2 |
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; |
