aboutsummaryrefslogtreecommitdiffstats
path: root/jni/curve25519-donna.h
blob: 3e4dfcee04262dc657887810b052ce83d1278b39 (plain)
1
2
3
4
5
6
#ifndef CURVE25519_DONNA_H
#define CURVE25519_DONNA_H

extern int curve25519_donna(uint8_t *, const uint8_t *, const uint8_t *);

#endif