Versions in this module Expand all Collapse all v0 v0.1.1 Feb 3, 2026 v0.1.0 Feb 3, 2026 Changes in this version + var ErrEmptyData = fmt.Errorf("ssdeep: empty data") + func Bytes(data []byte) (string, error) + func Compare(hash1, hash2 string) (int, error) + func File(path string) (string, error) + func Stream(r io.Reader, options ...Option) (string, error) + type Option interface + func WithCachedSize(size int64) Option + func WithCleanup() Option + func WithFixedSize(size int64) Option