HashAlgorithm

Definition

interface HashAlgorithm {
	new (): Hash;
}