mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
added a new function string=osSHA256(string)
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
@@ -521,6 +521,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_OSSL_Functions.osKey2Name(id);
|
||||
}
|
||||
|
||||
public string osSHA256(string input)
|
||||
{
|
||||
return m_OSSL_Functions.osSHA256(input);
|
||||
}
|
||||
|
||||
public string osGetGridNick()
|
||||
{
|
||||
return m_OSSL_Functions.osGetGridNick();
|
||||
|
||||
Reference in New Issue
Block a user