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

#include "crypto_uint16.h"

extern void uint16_pack(unsigned char *,crypto_uint16);

#endif