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
type FuzzyReader interface { io.Reader io.ByteReader }
FuzzyReader interface
type TLSH ¶ added in v0.3.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, error)
HashReader calculates the TLSH for the input reader
func ParseStringToTlsh ¶ added in v0.3.0
Parsing the hash of the string type
Click to show internal directories.
Click to hide internal directories.