mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
Hashcash-based identity, work in progress... committing to test speed on other boxes.
This commit is contained in:
parent
588a47be89
commit
b0187f4472
6 changed files with 51 additions and 114 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue