mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 05:26:51 -04:00
10 lines
127 B
Go
10 lines
127 B
Go
package tunnel
|
|
|
|
import (
|
|
"github.com/bounce-chat/go-i2p/lib/crypto"
|
|
)
|
|
|
|
type Participant struct {
|
|
decryption *crypto.Tunnel
|
|
}
|