Conversations/jni/curve25519-donna.h

7 lines
137 B
C
Raw Normal View History

2014-11-24 21:54:30 +01:00
#ifndef CURVE25519_DONNA_H
#define CURVE25519_DONNA_H
extern int curve25519_donna(uint8_t *, const uint8_t *, const uint8_t *);
#endif