summaryrefslogtreecommitdiff
path: root/nacl/curvecp/uint16_unpack.h
blob: 3e3aedfc4e2b6e74db0171078c97dcb76d3f166d (plain)
1
2
3
4
5
6
7
8
#ifndef UINT16_UNPACK_H
#define UINT16_UNPACK_H

#include "crypto_uint16.h"

extern crypto_uint16 uint16_unpack(const unsigned char *);

#endif