Check in unchecked-in common library fixes, start implementing transports.
Since I turned out to be implementing parts of Noise which I did not need to implement, I'm taking a different approach, and doing an unmodified Noise transport first and then making our modifications to it. That should reduce what I need to do to message pre-processing mostly, I think.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package i2np
|
||||
|
||||
import (
|
||||
"github.com/go-i2p/go-i2p/lib/common"
|
||||
common "github.com/go-i2p/go-i2p/lib/common/data"
|
||||
)
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user