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

#include "crypto_uint64.h"

extern crypto_uint64 uint64_unpack(const unsigned char *);

#endif