gnu.crypto.tool

Class HashSpeed


public final class HashSpeed
extends java.lang.Object

A tool to exercise a hash in order to measure its performance in terms of number of bytes per second.

Version:
$Revision: 1.3 $

Method Summary

static void
main(String[] args)
Accepts 0, 1 or 2 arguments.

Method Details

main

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.


Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.