2016-01-28 18:19:23 -05:00
|
|
|
package tunnel
|
|
|
|
|
|
|
|
import (
|
2016-01-29 07:22:31 -05:00
|
|
|
"github.com/bounce-chat/go-i2p/lib/crypto"
|
2016-01-28 18:19:23 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
type Participant struct {
|
2016-01-29 07:22:31 -05:00
|
|
|
decryption *crypto.Tunnel
|
2016-01-28 18:19:23 -05:00
|
|
|
}
|