WriteItem writes length-prefixed item to the hash state.
(item []byte)
| 12 | |
| 13 | // WriteItem writes length-prefixed item to the hash state. |
| 14 | WriteItem(item []byte) (written int, err error) |
| 15 | |
| 16 | // WriteItemPrefix writes length prefix to the hash state |
| 17 | // and must be followed by normal Write calls. |
no outgoing calls