HMAC function, stubs and interfaces for compute hash

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Vincent Sylvester
2025-04-17 21:19:07 +02:00
committed by UbitUmarov
parent 70eafec6fa
commit 28266fc7b6
3 changed files with 61 additions and 2 deletions

View File

@@ -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);
}
}