Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MD5ValRegexp = regexp.MustCompile("^(?i)([0-9a-h]{32})$") SHA1ValRegexp = regexp.MustCompile("^(?i)([0-9a-h]{40})$") SHA256ValRegexp = regexp.MustCompile("^(?i)([0-9a-h]{64})$") SHA512ValRegexp = regexp.MustCompile("^(?i)([0-9a-h]{128})$") )
Functions ¶
func IsValidHash ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.