github xtaci/kcptun v20240701
Quantum Permutation Pads

latest releases: v20240703, v20240702
one day ago

What's New?

  1. Support for Quantum Permutation Pad for quantum-resistent communication, based on the implementation in https://github.com/xtaci/qpp .
   --QPP                Enable Quantum Permutation Pad for universal quantum-safe cryptography, based on classic cryptography
   --QPPCount value     Number of pads to use for QPP, the more the pads, the more secure, one pad costs 256 bytes (default: 64)

Your could also specify

     "qpp":true,
     "qpp-count":64,

in your client and server side json file. These 2 parameters must be identical on both sides.

  1. Bump golang.org/x/net from 0.19.0 to 0.23.0 by @dependabot in #944
  2. Added github workflow for docker and dependabot by @itspooya in #946

Building information

$ go version
go version go1.22.4 linux/amd64

$ date
Tue Jul  2 03:31:05 CST 2024

$ ./build-release.sh
Setting GO111MODULE to on
d64c7dbc5409e857d8bad64df9d43a7682f7582d  kcptun-linux-amd64-20240701.tar.gz
ed2cf09ff137472839c270c5d9006bf5220144b4  kcptun-darwin-amd64-20240701.tar.gz
8e20c219b56ed3e2ad2f62a024291f30c88a266b  kcptun-windows-amd64-20240701.tar.gz
abfc6b88b7efcc7feb0c72a37b6f9a96c2884615  kcptun-freebsd-amd64-20240701.tar.gz
d4711bf60b96f600ee6ce89b3a6f93f4737a8409  kcptun-linux-386-20240701.tar.gz
4c98c168538bd2051eb6e39b4c40c9ef1b346773  kcptun-windows-386-20240701.tar.gz
93d46b0853679642147bc1f6c583df2cf44643e6  kcptun-linux-arm5-20240701.tar.gz
e4baeb7ff1ed0ff38e60d9c9bd9e210b3902129c  kcptun-linux-arm6-20240701.tar.gz
101bba137be263a4b6bd557430d7ca63b17097c8  kcptun-linux-arm7-20240701.tar.gz
eb53e696861215e99f6dccb22e0d698335bdb2e1  kcptun-linux-arm64-20240701.tar.gz
a65e6895a9f267a20b57da8664fe83d17bc8ffff  kcptun-darwin-arm64-20240701.tar.gz
6edf81a06775bd0b65b8b1addaa3c95a817c153f  kcptun-windows-arm64-20240701.tar.gz
5ab1ea0a7993049926d7950a829b473c9ab4beaa  kcptun-linux-mipsle-20240701.tar.gz
1fbb04865bf6312708aea62c9fb94dcbd92ef332  kcptun-linux-mips-20240701.tar.gz

New Contributors

Don't miss a new kcptun release

NewReleases is sending notifications on new releases.