Expand description

Pre-defined hashing functions that you might use.

Functions

Returns a TargetHashAndHashFunction object that does md5 hashing. It gets initialized with a object of type TargetHashInput.

Returns a TargetHashAndHashFunction object that does no hashing but works on plain text/strings. Useful for debugging and testing. It gets initialized with a object of type TargetHashInput.

Returns a TargetHashAndHashFunction object that does sha1 hashing using sha2. It gets initialized with a object of type TargetHashInput.

Returns a TargetHashAndHashFunction object that does sha256 hashing using sha2. It gets initialized with a object of type TargetHashInput.