Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
func
(t *thash) encodeOutputLength() int {
161
return
rightEncode(t.d, uint64(8*t.d.outputLen))
162
}
163
164
func
(t *thash) clone() *thash {
165
t2 := *t
Callers
1
Read
Method · 0.95
Calls
1
rightEncode
Function · 0.85
Tested by
no test coverage detected