Files
kunlun/rom/riscv2/crypto/mbedtls-2.4.0/library/ed25519/ref10/crypto_uint64.h

9 lines
128 B
C
Raw Normal View History

2024-09-28 14:24:04 +08:00
#ifndef CRYPTO_UINT64_H
#define CRYPTO_UINT64_H
#include <stdint.h>
typedef uint64_t crypto_uint64;
#endif //CRYPTO_UINT64_H