Finished Crypto

This commit is contained in:
Willie Koomson
2018-03-05 23:19:47 -05:00
parent b785dba791
commit 4f9daea6f6
5 changed files with 362 additions and 3 deletions

10
session.go Normal file
View File

@ -0,0 +1,10 @@
package go_i2cp
import "bytes"
type Session struct {
}
func (session Session) dispatchMessage(protocol uint8, srcPort, destPort uint16, payload *Stream) {
}