mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +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
@@ -2870,5 +2870,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llHMAC(private_key, message, algo);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_String llComputeHash(LSL_String message, LSL_String algo)
|
||||
{
|
||||
return m_LSL_Functions.llComputeHash(message, algo);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user