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

#include "crypto_uint64.h"

extern void uint64_pack(unsigned char *,crypto_uint64);

#endif