10 lines
122 B
Go
10 lines
122 B
Go
package tunnel
|
|
|
|
import (
|
|
"github.com/go-i2p/go-i2p/lib/crypto"
|
|
)
|
|
|
|
type Participant struct {
|
|
decryption *crypto.Tunnel
|
|
}
|