Misc syntax tweaks
This commit is contained in:
@@ -48,7 +48,7 @@ bits320 crecip(const bits320 z);
|
||||
bits256 curve25519(bits256 mysecret,bits256 basepoint);
|
||||
void OS_randombytes(unsigned char *x,long xlen);
|
||||
bits256 rand256(int32_t privkeyflag);
|
||||
bits256 curve25519_basepoint9();
|
||||
bits256 curve25519_basepoint9(void);
|
||||
bits256 curve25519_keypair(bits256 *pubkeyp);
|
||||
|
||||
void vcalc_sha256(char hashstr[(256 >> 3) * 2 + 1],uint8_t hash[256 >> 3],uint8_t *src,int32_t len);
|
||||
|
||||
Reference in New Issue
Block a user