mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-03 21:05:06 -04:00
more progress:
* add tunnel crypto * add base boilter plate for tunnel message processing
This commit is contained in:
10
lib/tunnel/participant.go
Normal file
10
lib/tunnel/participant.go
Normal file
@ -0,0 +1,10 @@
|
||||
package tunnel
|
||||
|
||||
import (
|
||||
"github.com/bounce-chat/go-i2p/lib/crypto"
|
||||
)
|
||||
|
||||
type Participant struct {
|
||||
decryption *crypto.Tunnel
|
||||
}
|
||||
|
Reference in New Issue
Block a user