func Draft10Sum(hash []byte, msg []byte, c []byte)
type State struct {
// contains filtered or unexported fields
}
func NewDraft10(c []byte) State
NewDraft10 creates a new instance of Kangaroo12 draft version -10.
func (s *State) Clone() State
func (s *State) Read(p []byte) (int, error)
func (s *State) Reset()
func (s *State) Write(p []byte) (int, error)