1
0
KF2-Dev-Scripts/WebAdmin/Classes/HashLib.uc

11 lines
229 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
* Copyright (C) 2011 Tripwire Interactive LLC
*
* @author Michiel 'elmuerte' Hendriks
*/
class HashLib extends Object abstract;
function string getAlgName();
function string getHash(coerce string inputData);