Files
go-i2p/lib/common/data.go

11 lines
156 B
Go
Raw Normal View History

2016-01-28 10:16:26 -05:00
package common
// the sha256 of some datastructure
type IdentHash [32]byte
// i2p date time stamp
type Date [8]byte
// i2p bytestring
type String []byte