mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
HMAC function, stubs and interfaces for compute hash
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
committed by
UbitUmarov
parent
70eafec6fa
commit
28266fc7b6
@@ -534,5 +534,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
LSL_Integer llGetLinkSitFlags(LSL_Integer linknum);
|
||||
void llSetLinkSitFlags(LSL_Integer linknum, LSL_Integer flags);
|
||||
LSL_String llHMAC(LSL_String private_key, LSL_String message, LSL_String algo);
|
||||
LSL_String llComputeHash(LSL_String message, LSL_String algo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user