mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2024-11-21 06:15:56 -07:00
Update condition for llHMAC to be SEF
This commit is contained in:
parent
4a5c9089a0
commit
82ea298e85
1 changed files with 2 additions and 1 deletions
|
@ -1662,7 +1662,8 @@ void llLinkSetSoundQueueing(integer link, integer queue)
|
|||
void llLinkSetSoundRadius(integer link, float radius)
|
||||
|
||||
string llHMAC(string authkey, string message, string hashalg)
|
||||
- SEF
|
||||
- SEF if alg == "md5" || alg == "sha1" || alg == "sha224" || alg == "sha256" || alg == "sha384" || alg == "sha512"
|
||||
# otherwise error
|
||||
|
||||
string llSignRSA(string privkey, string message, string hashalg)
|
||||
- SEF
|
||||
|
|
Loading…
Reference in a new issue