11 Commits

Author SHA1 Message Date
Eric Yan
994898c97a Benchmark XORKeyStream 2017-07-06 21:43:53 +08:00
Eric Yan
b88eaf49f2 Add test for stream package 2017-07-06 21:23:20 +08:00
Eric Yan
0d2118a821 Add wrapper for turning PRNG into stream cipher 2017-07-06 21:09:34 +08:00
Eric Yan
a63e7b6b0c Update README 2017-06-15 22:23:51 +08:00
Eric Yan
822a8d6f7b Ignore generated binary 2017-06-15 21:49:39 +08:00
Eric Yan
17a9f1bdda Remove origin check for peer UDP packets
Checking source IP address is far from enough to ensure authenticity, it
is better to simply remove this and let the higher layer to worry about
peer authentication.
2017-05-28 15:28:28 +08:00
Eric Yan
f19e36a17a Add an example 2017-05-20 16:57:05 +08:00
Eric Yan
e334469e65 Add transport interface and its UDP implementation 2017-05-20 16:27:54 +08:00
Eric Yan
f55e3ce3c6 Add IP address management for TUN/TAP devices 2017-05-12 23:23:53 +08:00
Eric Yan
405a49ed9d Add package tuntap for working with TUN/TAP device 2017-05-09 22:51:23 +08:00
Eric Yan
ed0640a9a8 Initial commit 2017-05-09 21:44:39 +08:00