premiere-libtorrent/ed25519/src/fixedint.h

7 lines
100 B
C++

#include <cstdint>
typedef std::uint64_t u64;
typedef std::int64_t i64;
typedef std::int32_t i32;