Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiffFilenames ¶ added in v0.2.0
DiffFilenames calculate distance between two files
Types ¶
type FuzzyReader ¶ added in v0.2.0
FuzzyReader interface
type Tlsh ¶ added in v0.2.0
type Tlsh struct {
// contains filtered or unexported fields
}
Tlsh holds hash components
func HashFilename ¶ added in v0.2.0
HashFilename calculates the TLSH for the input file
func HashReader ¶
func HashReader(r FuzzyReader) (tlsh *Tlsh, err error)
HashReader calculates the TLSH for the input reader
Click to show internal directories.
Click to hide internal directories.