premiere-libtorrent/ed25519/src/fixedint.h

7 lines
116 B
C

#include <boost/cstdint.hpp>
typedef boost::uint64_t u64;
typedef boost::int64_t i64;
typedef boost::int32_t i32;