Browse Source

added sts-final doc

pull/111/merge
Jae Kwon 9 years ago
parent
commit
a8d03bddc9
2 changed files with 2 additions and 0 deletions
  1. BIN
      docs/sts-final.pdf
  2. +2
    -0
      p2p/secret_connection.go

BIN
docs/sts-final.pdf View File


+ 2
- 0
p2p/secret_connection.go 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 (


Loading…
Cancel
Save