WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

CheckSum..::..GetHashBytes Method

Gets the hash bytes restricted or padded to a given size.

Namespace:  Walter.Cypher
Assembly:  Walter.Cypher (in Walter.Cypher.dll)

Syntax


[MethodImplAttribute]
[FeatureTagsAttribute]
public static byte[] GetHashBytes(
	string input,
	int size
)

Parameters

input
Type: String
The input.
size
Type: Int32
The size ideally a value divisible by 8.

Return Value

System.Byte[].