Files
go-i2p/lib/common/data.go
2016-02-04 00:07:09 -08:00

8 lines
114 B
Go

package common
// the sha256 of some datastructure
type IdentHash [32]byte
// i2p bytestring
type String []byte