mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-03 21:05:06 -04:00
11 lines
130 B
Go
11 lines
130 B
Go
![]() |
package tunnel
|
||
|
|
||
|
import (
|
||
|
"github.com/bounce-chat/go-i2p/lib/crypto"
|
||
|
)
|
||
|
|
||
|
type Participant struct {
|
||
|
decryption *crypto.Tunnel
|
||
|
}
|
||
|
|