mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
7 lines
137 B
C
7 lines
137 B
C
|
#ifndef CURVE25519_DONNA_H
|
||
|
#define CURVE25519_DONNA_H
|
||
|
|
||
|
extern int curve25519_donna(uint8_t *, const uint8_t *, const uint8_t *);
|
||
|
|
||
|
#endif
|