mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-06 14:33:13 -04:00
get rid of stdi2p package, move everything relivent to common package
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user