mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-03 00:18:20 +00:00
New function, llSHA256String
Implement it in lslbasefuncs.py, and add tests. Also add more test vectors for llMD5String and llSHA1String.
This commit is contained in:
parent
8966b9de97
commit
9c281dec64
5 changed files with 21 additions and 1 deletions
|
@ -1275,6 +1275,9 @@ integer llRound(float val)
|
|||
string llSHA1String(string src)
|
||||
- SEF
|
||||
|
||||
string llSHA256String(string src)
|
||||
- SEF
|
||||
|
||||
integer llSameGroup(key id)
|
||||
- SEF
|
||||
- min 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue