()
| 96 | func (h BranchElement) Str() string { return string(h[:]) } |
| 97 | func (h BranchElement) Bytes() []byte { return h[:] } |
| 98 | func (h BranchElement) Big() *big.Int { return BytesToBig(h[:]) } |
| 99 | func (h BranchElement) Hex() string { return hexutil.Encode(h[:]) } |
| 100 | |
| 101 | func BranchElementFromHash(a, b SPHash) BranchElement { |
no test coverage detected