premiere-libtorrent/ed25519/src/fixedint.h

7 lines
116 B
C
Raw Normal View History

2014-07-23 03:47:09 +02:00
#include <boost/cstdint.hpp>
2015-01-20 18:05:45 +01:00
typedef boost::uint64_t u64;
typedef boost::int64_t i64;
typedef boost::int32_t i32;