mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-23 20:15:19 -07:00
Indent
This commit is contained in:
parent
06e4a485c4
commit
141de9be13
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user