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:
Sei Lisa 2022-10-14 18:39:04 +02:00
parent 8966b9de97
commit 9c281dec64
5 changed files with 21 additions and 1 deletions

View file

@ -1,4 +1,4 @@
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20220928000; output module version: 0.0.20140731000
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20221014000; output module version: 0.0.20140731000
integer llAbs( integer val )
float llAcos( float val )
void llAddToLandBanList( key avatar, float hours )
@ -343,6 +343,7 @@ void llRotTargetRemove( integer number )
void llRotateTexture( float angle, integer face )
integer llRound( float val )
string llSHA1String( string src )
string llSHA256String( string src )
integer llSameGroup( key id )
void llSay( integer channel, string msg )
integer llScaleByFactor( float scaling_factor )