fuzz

package
v1.9.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SDHASHsum

func SDHASHsum(filename string) (string, error)

func SDHASHsumCompare

func SDHASHsumCompare(filename string, h2 string) (int, error)

func SDHASHsumReader

func SDHASHsumReader(bytes []byte) (string, error)

func SDHASHsumReaderCompare

func SDHASHsumReaderCompare(bytes []byte, h2 string) (int, error)

func SSDEEPsum

func SSDEEPsum(filename string) (string, error)

func SSDEEPsumCompare

func SSDEEPsumCompare(filename string, h2 string) (int, error)

func SSDEEPsumReader

func SSDEEPsumReader(bytes []byte) (string, error)

func SSDEEPsumReaderCompare

func SSDEEPsumReaderCompare(bytes []byte, h2 string) (int, error)

func TLSHsum

func TLSHsum(filename string) (string, error)

func TLSHsumCompare

func TLSHsumCompare(filename string, h2 string) (int, error)

func TLSHsumReader

func TLSHsumReader(bytes []byte) (string, error)

func TLSHsumReaderCompare

func TLSHsumReaderCompare(bytes []byte, h2 string) (int, error)

Types

type FuzzHash

type FuzzHash struct {
	String string
	Diff   int
}

func Sum

func Sum(name, filename string, compare bool, h2 string) (FuzzHash, error)

Sum calculates the hash based on a provided hash provider

func SumReader

func SumReader(name string, bytes []byte, compare bool, h2 string) (FuzzHash, error)

SumReader calculates the hash based on a provided hash provider

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL