mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
forgot to remove tmp test code
This commit is contained in:
@@ -818,12 +818,6 @@ byte *_gen_ctr_nonce(uint64_t ctr) {
|
|||||||
}
|
}
|
||||||
nonce[0] = i;
|
nonce[0] = i;
|
||||||
|
|
||||||
|
|
||||||
m64 = htobe64(ctr);
|
|
||||||
memcpy(&nonce[1], &m64, 8);
|
|
||||||
|
|
||||||
_dump("nonce", nonce, 24);
|
|
||||||
|
|
||||||
return nonce;
|
return nonce;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user