Files
go-i2p/lib/tunnel/participant.go
2016-01-29 07:22:31 -05:00

10 lines
127 B
Go

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