Hash is a 32-byte hash.
| 59 | |
| 60 | // Hash is a 32-byte hash. |
| 61 | type Hash struct { |
| 62 | V0 uint64 `protobuf:"fixed64,1,opt,name=v0" json:"v0,omitempty"` |
| 63 | V1 uint64 `protobuf:"fixed64,2,opt,name=v1" json:"v1,omitempty"` |
| 64 | V2 uint64 `protobuf:"fixed64,3,opt,name=v2" json:"v2,omitempty"` |
| 65 | V3 uint64 `protobuf:"fixed64,4,opt,name=v3" json:"v3,omitempty"` |
| 66 | } |
| 67 | |
| 68 | func (m *Hash) Reset() { *m = Hash{} } |
| 69 | func (m *Hash) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected