libs5-go/types/hash.go

9 lines
110 B
Go

package types
type HashType int
const (
HashTypeBlake3 HashType = 0x1f
HashTypeEd25519 HashType = 0xed
)