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

#include "crypto_uint32.h"

extern void uint32_pack(unsigned char *,crypto_uint32);

#endif