2016-01-28 18:19:23 -05:00
|
|
|
package tunnel
|
|
|
|
|
|
|
|
import (
|
2016-06-17 21:07:16 -07:00
|
|
|
"github.com/hkparker/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
|
|
|
}
|