Hashes the specified byte array without a salt for a single iteration.
@param bytes the bytes to hash. @return the hashed bytes. @throws UnknownAlgorithmException if the configured {@link #getAlgorithmName() algorithmName} is not available.
See Implementation
Hashes the specified byte array without a salt for a single iteration.
@param bytes the bytes to hash. @return the hashed bytes. @throws UnknownAlgorithmException if the configured {@link #getAlgorithmName() algorithmName} is not available.