This website requires JavaScript.
Explore
Help
Register
Sign In
premiere
/
premiere-libtorrent
Watch
2
Star
2
Fork
You've already forked premiere-libtorrent
1
Code
Issues
Pull Requests
Releases
Wiki
Activity
5413eae900
premiere-libtorrent
/
ed25519
/
src
/
fixedint.h
7 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
use cstdint intead of boost/cstdint.hpp (#833) use cstdint intead of boost/cstdint.hpp
2016-06-18 20:01:38 +02:00
#
include
<cstdint>
pull in an ed25519 implementation and replace use of RSA in the DHT with ECC. fix up makefiles
2013-08-18 18:01:20 +02:00
use cstdint intead of boost/cstdint.hpp (#833) use cstdint intead of boost/cstdint.hpp
2016-06-18 20:01:38 +02:00
typedef
std
:
:
uint64_t
u64
;
typedef
std
:
:
int64_t
i64
;
typedef
std
:
:
int32_t
i32
;
pull in an ed25519 implementation and replace use of RSA in the DHT with ECC. fix up makefiles
2013-08-18 18:01:20 +02:00