added sts-final doc

This commit is contained in:
Jae Kwon 2015-07-15 14:16:30 -07:00
parent d13a593afd
commit a8d03bddc9
2 changed files with 2 additions and 0 deletions

BIN
docs/sts-final.pdf Normal file

Binary file not shown.

View File

@ -1,4 +1,6 @@
// Uses nacl's secret_box to encrypt a net.Conn.
// It is (meant to be) an implementation of the STS protocol.
// See docs/sts-final.pdf for more info
package p2p
import (