()
| 579 | } |
| 580 | |
| 581 | func (c *cthWrapper) Size() int { return c.h.Size() } |
| 582 | func (c *cthWrapper) BlockSize() int { return c.h.BlockSize() } |
| 583 | func (c *cthWrapper) Reset() { c.h.Reset() } |
| 584 | func (c *cthWrapper) Write(p []byte) (int, error) { return c.h.Write(p) } |
no outgoing calls
no test coverage detected