Documentation ¶
Overview ¶
Package crypt implements cryptography and hashing helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BruteMT ¶
BruteMT bruteforces the needed input for hash in with the hash function h within length of maxLen (constant) using runeSet (var) as base in multi-threaded mode.
func BruteST ¶
BruteST bruteforces the needed input for hash in with the hash function h within length of maxLen (constant) using runeSet (var) as base in single-threaded mode.
func GetHasher ¶
GetHasher returns a hash function if the specified algorithm was found.
func GetHasherLazy ¶ added in v0.2.0
GetHasherLazy is a wrapper to the function GetHasher being less opiniated about the input value.
func IsAvailable ¶
IsAvailable returns a boolean indicating support for specified hasher.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.