MCPcopy Create free account
hub / github.com/chain/txvm / encodeOutputLength

Method encodeOutputLength

crypto/sha3/tuple_hash.go:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158}
159
160func (t *thash) encodeOutputLength() int {
161 return rightEncode(t.d, uint64(8*t.d.outputLen))
162}
163
164func (t *thash) clone() *thash {
165 t2 := *t

Callers 1

ReadMethod · 0.95

Calls 1

rightEncodeFunction · 0.85

Tested by

no test coverage detected