gnu.crypto.tool
Class HashSpeed
public final
class
HashSpeed
extends Object
A tool to exercise a hash in order to measure its performance in terms of
number of bytes per second.
Version: $Revision: 1.4 $
public static void main(String[] args)
Accepts 0, 1 or 2 arguments. If no arguments are provided, this method
exercises every hash implementation. If one argument is provided, it's
assumed to be the name of the hash algorithm. An instance of that hash is
then exercised.