]> Cypherpunks.ru repositories - govpn.git/history - src/cypherpunks.ru/govpn/peer.go
Replace (X)Salsa20 with ChaCha20
[govpn.git] / src / cypherpunks.ru / govpn / peer.go
2016-10-29 Sergey MatveevReplace (X)Salsa20 with ChaCha20
2016-10-29 Sergey MatveevReplace blake2b with golang.org/x/crypto implementation
2016-09-11 Sergey MatveevMerge branch 'develop' 6.0
2016-09-11 Sergey MatveevFix formatting
2016-05-10 Sergey MatveevMerge branch 'develop' 5.8
2016-05-09 Sergey MatveevReplace XTEA with BLAKE2b-based MAC
2016-05-09 Sergey MatveevRefactor and simplify CPR work code
2016-02-12 Sergey MatveevMerge branch 'develop' 5.6
2016-02-07 Sergey MatveevDo not print Conn field in statistics
2016-02-06 Sergey MatveevMerge branch 'develop' 5.5
2016-02-06 Sergey MatveevAlign statistics counters for correct sync.atomic work...
2016-02-06 Sergey MatveevLet all counters will be unsigned, as sign does not...
2016-02-06 Sergey MatveevIt is possible that frame counters will be bigger than...
2016-01-21 Sergey MatveevMerge branch 'develop' 5.3
2016-01-20 Sergey MatveevAdd common cypherpunks.ru prefix for govpn Go package...