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

#include "crypto_uint32.h"

extern crypto_uint32 uint32_unpack(const unsigned char *);

#endif