get rid of stdi2p package, move everything relivent to common package

This commit is contained in:
Jeff Becker
2016-01-29 07:35:17 -05:00
parent 1e471e4e00
commit 6fcab3b7dd
9 changed files with 12 additions and 24 deletions

View File

@ -2,3 +2,9 @@ package common
// the sha256 of some datastructure
type IdentHash [32]byte
// i2p date time stamp
type Date [8]byte
// i2p bytestring
type String []byte