11 lines
229 B
Ucode
11 lines
229 B
Ucode
|
/**
|
||
|
* Copyright (C) 2011 Tripwire Interactive LLC
|
||
|
*
|
||
|
* @author Michiel 'elmuerte' Hendriks
|
||
|
*/
|
||
|
class HashLib extends Object abstract;
|
||
|
|
||
|
function string getAlgName();
|
||
|
|
||
|
function string getHash(coerce string inputData);
|