1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-23 20:15:19 -07:00
This commit is contained in:
Frank Denis 2019-05-06 12:32:42 +02:00
parent 06e4a485c4
commit 141de9be13

View File

@ -8,7 +8,7 @@
int
crypto_scalarmult_ristretto255(unsigned char *q, const unsigned char *n,
const unsigned char *p)
const unsigned char *p)
{
unsigned char *t = q;
ge25519_p3 Q;
@ -49,6 +49,7 @@ crypto_scalarmult_ristretto255_base(unsigned char *q,
}
return 0;
}
size_t
crypto_scalarmult_ristretto255_bytes(void)
{