toxcore/nacl/curvecp/uint16_unpack.h
2013-07-02 09:53:34 -04:00

9 lines
144 B
C

#ifndef UINT16_UNPACK_H
#define UINT16_UNPACK_H
#include "crypto_uint16.h"
extern crypto_uint16 uint16_unpack(const unsigned char *);
#endif