1
0

11 lines
229 B
Ucode
Raw Normal View History

2020-12-13 18:01:13 +03: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);