Files
go-i2p/lib/tunnel/participant.go
2016-06-17 21:07:16 -07:00

10 lines
124 B
Go

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