added a new function string=osSHA256(string)

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Mike Higgins
2020-12-29 00:37:35 -08:00
committed by UbitUmarov
parent 5361045641
commit 0da43a8ef5
3 changed files with 28 additions and 1 deletions

View File

@@ -283,6 +283,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
string osAvatarName2Key(string firstname, string lastname);
string osKey2Name(string id);
string osSHA256(string input);
// Grid Info Functions
string osGetGridNick();