serval-dna/nacl/nacl-20110221/curvecp/uint16_unpack.h

9 lines
144 B
C
Raw Normal View History

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