Files
go-i2p/lib/tunnel/participant.go
Jeff Becker 3c62d42c42 more progress:
* add tunnel crypto

* add base boilter plate for tunnel message processing
2016-01-28 18:19:23 -05:00

11 lines
130 B
Go

package tunnel
import (
"github.com/bounce-chat/go-i2p/lib/crypto"
)
type Participant struct {
decryption *crypto.Tunnel
}