mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-17 05:54:18 -04:00
10 lines
118 B
Go
10 lines
118 B
Go
package tunnel
|
|
|
|
import (
|
|
"github.com/go-i2p/crypto/tunnel"
|
|
)
|
|
|
|
type Participant struct {
|
|
decryption *tunnel.Tunnel
|
|
}
|