Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ func (*Digest) WriteString(string) (int, error)
func (*Digest) Sum64() uint64
```

**Note:** a zero-valued `Digest` is not initialized. Call `New()` (or `Reset()` /
`ResetWithSeed`) before writing, especially if you embed `Digest` in another
struct (#65).

The package is written with optimized pure Go and also contains even faster
assembly implementations for amd64 and arm64. If desired, the `purego` build tag
opts into using the Go code even on those architectures.
Expand Down