Calculate a hash as single byte
Calculate a hash into specified part of array
Calculate a hash into specified byte array
Updates a hasher by specified string, returns the same hasher
Updates a hasher by specified byte, returns the same hasher
Updates a hasher by specified part of provided bytes, returns the same hasher
Updates a hasher by provided bytes, returns the same hasher
Create a new byte array of specified length and calculate a hash into this array
Create a base16 representative of calculated hash for specified length
Create a base32 representative of calculated hash for specified length
Create a base32 hex-compatibly representative of calculated hash for specified length
Create a base64 representative of calculated hash for specified length
Create a base64 URL-safe representative of calculated hash for specified length
Calculate a hash and return it as positive BigInt with specified length in bits
Calculate a hash and return as hex encoded string with specified output length in characters
(Since version ) see corresponding Javadoc for more information.