9 lines
123 B
C
9 lines
123 B
C
|
|
#ifndef CRYPTO_INT32_H
|
||
|
|
#define CRYPTO_INT32_H
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
|
||
|
|
typedef int32_t crypto_int32;
|
||
|
|
|
||
|
|
#endif //CRYPTO_INT32_H
|