]> Cypherpunks.ru repositories - nncp.git/commit
AEAD encryption mode and new encrypted packet format
authorSergey Matveev <stargrave@stargrave.org>
Sat, 27 Apr 2019 11:09:40 +0000 (14:09 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 27 Apr 2019 16:34:35 +0000 (19:34 +0300)
commit05d433befb610aac3922c7a8f2afad2af8e23b4d
tree7a9fe40bf85337e12026d74c725d4430e8d61526
parent3749e342db09b7bdd3f487c9caf2893e4910bca5
AEAD encryption mode and new encrypted packet format
20 files changed:
VERSION
common.mk
doc/cmds.texi
doc/eblob.texi
doc/news.ru.texi
doc/news.texi
doc/pkt.texi
src/cypherpunks.ru/nncp/cfg.go
src/cypherpunks.ru/nncp/cmd/nncp-bundle/main.go
src/cypherpunks.ru/nncp/cmd/nncp-cfgenc/main.go
src/cypherpunks.ru/nncp/cmd/nncp-pkt/main.go
src/cypherpunks.ru/nncp/cmd/nncp-xfer/main.go
src/cypherpunks.ru/nncp/eblob.go
src/cypherpunks.ru/nncp/internal/.gitignore [deleted file]
src/cypherpunks.ru/nncp/internal/Makefile [deleted file]
src/cypherpunks.ru/nncp/jobs.go
src/cypherpunks.ru/nncp/pkt.go
src/cypherpunks.ru/nncp/pkt_test.go
src/cypherpunks.ru/nncp/toss.go
src/cypherpunks.ru/nncp/tx.go