Files
zTC1/mico-os/MiCO/security/Sodium/inc/sodium/crypto_uint64.h
2025-03-11 15:54:45 +08:00

9 lines
110 B
C

#ifndef crypto_uint64_H
#define crypto_uint64_H
#include <stdint.h>
typedef uint64_t crypto_uint64;
#endif