type Verifier … type hashVerifier … func (hv hashVerifier) Write(p []byte) (n int, err error) { … } func (hv hashVerifier) Verified() bool { … }
type Verifier … type hashVerifier … func (hv hashVerifier) Write(p []byte) (n int, err error) { … } func (hv hashVerifier) Verified() bool { … }