toxcore/nacl/curvecp/safenonce.h

7 lines
92 B
C
Raw Normal View History

2013-07-02 21:53:34 +08:00
#ifndef SAFENONCE_H
#define SAFENONCE_H
extern int safenonce(unsigned char *,int);
#endif