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

11 lines
156 B
Go

package common
// the sha256 of some datastructure
type IdentHash [32]byte
// i2p date time stamp
type Date [8]byte
// i2p bytestring
type String []byte