Files
go-i2p/lib/tunnel/participant.go

11 lines
130 B
Go
Raw Normal View History

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