Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StreamHasher ¶
type StreamHasher struct {
// contains filtered or unexported fields
}
func Stream ¶
func Stream() StreamHasher
func (StreamHasher) Sum ¶
func (s StreamHasher) Sum() string
func (StreamHasher) Write ¶
func (s StreamHasher) Write(o any) StreamHasher
func (StreamHasher) WriteBytes ¶
func (s StreamHasher) WriteBytes(o []byte) StreamHasher
func (StreamHasher) WriteString ¶
func (s StreamHasher) WriteString(o string) StreamHasher
Click to show internal directories.
Click to hide internal directories.