mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
comment fix from pastly
This commit is contained in:
parent
f1d622e2b2
commit
2e656d19e5
@ -80,7 +80,7 @@ curve25519_impl(uint8_t *output, const uint8_t *secret,
|
|||||||
/**
|
/**
|
||||||
* Helper function: Multiply the scalar "secret" by the Curve25519
|
* Helper function: Multiply the scalar "secret" by the Curve25519
|
||||||
* basepoint (X=9), and store the result in "output". Return 0 on
|
* basepoint (X=9), and store the result in "output". Return 0 on
|
||||||
* success, -1 on false.
|
* success, -1 on failure.
|
||||||
*/
|
*/
|
||||||
STATIC int
|
STATIC int
|
||||||
curve25519_basepoint_impl(uint8_t *output, const uint8_t *secret)
|
curve25519_basepoint_impl(uint8_t *output, const uint8_t *secret)
|
||||||
|
Loading…
Reference in New Issue
Block a user