premiere-libtorrent/ed25519/src/fixedint.h

7 lines
98 B
C

#include <boost/cstdint.hpp>
using boost::uint64_t;
using boost::int64_t;
using boost::int32_t;