HashAlgorithm

SENx hash algorithms.

/// <summary>
/// SENx Hash Algorithms
/// </summary>
public enum HashAlgorithm
{
	Sha256,
	Sha384,
	Sha512
}